ΒΆ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:3823

Parameters

LLVMValueRef CatchPad
LLVMValueRef CatchSwitch