ΒΆLLVMValueRef LLVMGetParentCatchSwitch(
LLVMValueRef CatchPad)
LLVMValueRef LLVMGetParentCatchSwitch(
LLVMValueRef CatchPad)
Description
Get the parent catchswitch instruction of a catchpad instruction. This only works on llvm::CatchPadInst instructions.
Declared at: llvm/include/llvm-c/Core.h:3677
Parameters
- LLVMValueRef CatchPad