LLVMCreateJITCompilerForModule

Function LLVMCreateJITCompilerForModule 

Source
pub unsafe extern "C" fn LLVMCreateJITCompilerForModule(
    OutJIT: *mut *mut LLVMOpaqueExecutionEngine,
    M: *mut LLVMModule,
    OptLevel: u32,
    OutError: *mut *mut i8,
) -> i32