LLVMVerifyFunction

Function LLVMVerifyFunction 

Source
pub unsafe extern "C" fn LLVMVerifyFunction(
    Fn: *mut LLVMValue,
    Action: LLVMVerifierFailureAction,
) -> i32
Expand description

Verify that a single function is valid, taking the specified action.

Useful for debugging.