pub unsafe extern "C" fn LLVMVerifyFunction(
Fn: LLVMValueRef,
Action: LLVMVerifierFailureAction,
) -> LLVMBoolExpand 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,
) -> LLVMBoolVerify that a single function is valid, taking the specified action.
Useful for debugging.