pub unsafe extern "C" fn LLVMSetPersonalityFn(
Fn: LLVMValueRef,
PersonalityFn: LLVMValueRef,
)Expand description
Set the personality function attached to the function.
Added in LLVM 3.7.
pub unsafe extern "C" fn LLVMSetPersonalityFn(
Fn: LLVMValueRef,
PersonalityFn: LLVMValueRef,
)Set the personality function attached to the function.
Added in LLVM 3.7.