Home | History | Annotate | Download | only in IR

Lines Matching full:landingpad

2268   // The personality used to live on the landingpad instruction, but now it
2294 void LLVMAddClause(LLVMValueRef LandingPad, LLVMValueRef ClauseVal) {
2295 unwrap<LandingPadInst>(LandingPad)->
2299 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val) {
2300 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val);