[][src]Function rustc_llvm_proxy::proxy::LLVMCreateJITCompilerForModule

#[no_mangle]
pub unsafe extern "C" fn LLVMCreateJITCompilerForModule(
    OutJIT: *mut LLVMExecutionEngineRef,
    M: LLVMModuleRef,
    OptLevel: c_uint,
    OutError: *mut *mut c_char
) -> LLVMBool