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.
pub unsafe extern "C" fn LLVMSetParentCatchSwitch(
CatchPad: LLVMValueRef,
CatchSwitch: LLVMValueRef,
)
Set the parent catchswitch instruction of a catchpad instruction. This only works on llvm::CatchPadInst instructions.