Function llvm_sys::analysis::LLVMVerifyModule

source ยท
pub unsafe extern "C" fn LLVMVerifyModule(
    M: LLVMModuleRef,
    Action: LLVMVerifierFailureAction,
    OutMessage: *mut *mut c_char
) -> LLVMBool
Expand description

Verify that a module is valid, taking the specified action if not.

Optionally returns a human-readable description of any invalid constructs, which must be disposed with LLVMDisposeMessage.