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.