pub unsafe extern "C" fn LLVMGetParentCatchSwitch(
CatchPad: LLVMValueRef,
) -> LLVMValueRefExpand description
Get the parent catchswitch instruction of a catchpad instruction.
This only works on llvm::CatchPadInst instructions.
pub unsafe extern "C" fn LLVMGetParentCatchSwitch(
CatchPad: LLVMValueRef,
) -> LLVMValueRefGet the parent catchswitch instruction of a catchpad instruction.
This only works on llvm::CatchPadInst instructions.