pub unsafe extern "C" fn LLVMVerifyFunction(
Fn: LLVMValueRef,
Action: LLVMVerifierFailureAction,
) -> LLVMBool
Expand description
Verify that a single function is valid, taking the specified action.
Useful for debugging.
pub unsafe extern "C" fn LLVMVerifyFunction(
Fn: LLVMValueRef,
Action: LLVMVerifierFailureAction,
) -> LLVMBool
Verify that a single function is valid, taking the specified action.
Useful for debugging.