ΒΆvoid LLVMSetParentCatchSwitch(
LLVMValueRef CatchPad,
LLVMValueRef CatchSwitch)
void LLVMSetParentCatchSwitch(
LLVMValueRef CatchPad,
LLVMValueRef CatchSwitch)
Description
Set the parent catchswitch instruction of a catchpad instruction. This only works on llvm::CatchPadInst instructions.
Declared at: llvm/include/llvm-c/Core.h:3686
Parameters
- LLVMValueRef CatchPad
- LLVMValueRef CatchSwitch