Function llvm_sys::core::LLVMSetParentCatchSwitch

source ยท
pub unsafe extern "C" fn LLVMSetParentCatchSwitch(
    CatchPad: LLVMValueRef,
    CatchSwitch: LLVMValueRef
)
Expand description

Set the parent catchswitch instruction of a catchpad instruction. This only works on llvm::CatchPadInst instructions.