pub unsafe extern "C" fn LLVMGetUnwindDest(
InvokeInst: *mut LLVMValue,
) -> *mut LLVMBasicBlock
Expand description
Return the unwind destination basic block of an invoke instruction.
pub unsafe extern "C" fn LLVMGetUnwindDest(
InvokeInst: *mut LLVMValue,
) -> *mut LLVMBasicBlock
Return the unwind destination basic block of an invoke instruction.