[][src]Function rustc_llvm_proxy::proxy::LLVMCreateExecutionEngineForModule

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