Function llvm_sys::core::LLVMHasPersonalityFn
source · pub unsafe extern "C" fn LLVMHasPersonalityFn(
Fn: LLVMValueRef
) -> LLVMBool
Expand description
Check whether the given function has a personality function.
pub unsafe extern "C" fn LLVMHasPersonalityFn(
Fn: LLVMValueRef
) -> LLVMBool
Check whether the given function has a personality function.