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

Lines Matching refs:LandingPad

2669 /* Add a catch or filter clause to the landingpad instruction */
2670 void LLVMAddClause(LLVMValueRef LandingPad, LLVMValueRef ClauseVal);
2672 /* Set the 'cleanup' flag in the landingpad instruction */
2673 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);