Function LLVMGetUnwindDest

Source
pub unsafe extern "C" fn LLVMGetUnwindDest(
    InvokeInst: *mut LLVMValue,
) -> *mut LLVMBasicBlock
Expand description

Return the unwind destination basic block of an invoke instruction.