Function LLVMGetPersonalityFn

Source
pub unsafe extern "C" fn LLVMGetPersonalityFn(
    Fn: *mut LLVMValue,
) -> *mut LLVMValue
Expand description

Obtain the personality function attached to the function.

Added in LLVM 3.7.