[][src]Function rustc_llvm_proxy::proxy::LLVMCreateMCJITCompilerForModule

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