Function LLVMSetPersonalityFn

Source
pub unsafe extern "C" fn LLVMSetPersonalityFn(
    Fn: *mut LLVMValue,
    PersonalityFn: *mut LLVMValue,
)
Expand description

Set the personality function attached to the function.

Added in LLVM 3.7.