LLVMCreateMCJITCompilerForModule

Function LLVMCreateMCJITCompilerForModule 

Source
#[unsafe(no_mangle)]
pub extern "C" fn LLVMCreateMCJITCompilerForModule(
    OutJIT: *mut LLVMExecutionEngineRef,
    M: LLVMModuleRef,
    Options: *mut LLVMMCJITCompilerOptions,
    SizeOfOptions: size_t,
    OutError: *mut *mut c_char,
) -> LLVMBool