HomeSort by: relevance | last modified time | path
    Searched refs:MCJIT (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMMCJIT/
Makefile 7 .PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/MCJIT
9 SRCS+= MCJIT.cpp
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 1 //===-- MCJIT.cpp - MC-based Just-in-Time Compiler ------------------------===//
9 #include "MCJIT.h"
13 #include "llvm/ExecutionEngine/MCJIT.h"
35 RegisterJIT() { MCJIT::Register(); }
44 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
61 return new MCJIT(std::move(M), std::move(TM), std::move(MemMgr),
65 MCJIT::MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> TM,
92 MCJIT::~MCJIT() {
    [all...]
MCJIT.h 1 //===-- MCJIT.h - Class definition for the MCJIT ----------------*- C++ -*-===//
19 class MCJIT;
23 // This is a helper class that the MCJIT execution engine uses for linking
25 // that is passed in to the MCJIT constructor and defers most functionality
29 LinkingSymbolResolver(MCJIT &Parent,
35 // MCJIT doesn't support logical dylibs.
41 MCJIT &ParentEngine;
58 // MCJIT::mapSectionAddress, (in preparation for later copying to a new location
61 // It might not be obvious at first glance, but the "remote-mcjit" case in th
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 43 LLVMExecutionEngineRef MCJIT;
57 if (LLVMCreateMCJITCompilerForModule(&MCJIT, M, &Options, sizeof(Options),
60 return MCJIT;
llvm_executionengine.mli 19 via MCJIT. *)
27 (** MCJIT compiler options. See [llvm::TargetOptions]. *)
35 (** Default MCJIT compiler options:
40 (** [create m optlevel] creates a new MCJIT just-in-time compiler, taking
  /src/external/apache2/llvm/bin/lli/
Makefile 36 MCJIT \
  /src/external/apache2/llvm/dist/llvm/tools/lli/
lli.cpp 27 #include "llvm/ExecutionEngine/MCJIT.h"
87 enum class JITKind { MCJIT, Orc, OrcLazy };
103 cl::values(clEnumValN(JITKind::MCJIT, "mcjit", "MCJIT"),
144 // The MCJIT supports building for a target address space separate from
147 cl::opt<bool> RemoteMCJIT("remote-mcjit",
148 cl::desc("Execute MCJIT'ed code in a separate process."),
156 ChildExecPath("mcjit-remote-process",
158 "for remote MCJIT execution. If none is specified,
    [all...]
  /src/external/mit/xorg/lib/gallium.old/
Makefile 997 MCJIT \
  /src/external/mit/xorg/lib/gallium/
Makefile 1203 MCJIT \

Completed in 31 milliseconds