ΒΆvoid LLVMSetUnwindDest(LLVMValueRef InvokeInst,
                       LLVMBasicBlockRef B)

Description

Set the unwind destination basic block. Works on llvm::InvokeInst, llvm::CleanupReturnInst, and llvm::CatchSwitchInst instructions.

Declared at: llvm/include/llvm-c/Core.h:3439

Parameters

LLVMValueRef InvokeInst
LLVMBasicBlockRef B