Home | History | Annotate | Download | only in llvm-c

Lines Matching full:landingpad

2601 /* Add a catch or filter clause to the landingpad instruction */
2602 void LLVMAddClause(LLVMValueRef LandingPad, LLVMValueRef ClauseVal);
2604 /* Set the 'cleanup' flag in the landingpad instruction */
2605 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);