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