Function llvm_sys::core::LLVMSetCleanup
source · pub unsafe extern "C" fn LLVMSetCleanup(
LandingPad: LLVMValueRef,
Val: LLVMBool
)Expand description
Set the cleanup flag in a landingpad instruction.
pub unsafe extern "C" fn LLVMSetCleanup(
LandingPad: LLVMValueRef,
Val: LLVMBool
)Set the cleanup flag in a landingpad instruction.