LLVMSetUnwindDest

Function LLVMSetUnwindDest 

Source
pub unsafe extern "C" fn LLVMSetUnwindDest(
    InvokeInst: LLVMValueRef,
    B: LLVMBasicBlockRef,
)
Expand description

Set the unwind destination basic block.

Works on llvm::InvokeInst, llvm::CleanupReturnInst, and llvm::CatchSwitchInst instructions.

@see llvm::InvokeInst::setUnwindDest() @see llvm::CleanupReturnInst::setUnwindDest() @see llvm::CatchSwitchInst::setUnwindDest()