Searched refs:MCJIT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/
H A DMakefile14 PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp1 //===-- MCJIT.cpp - MC-based Just-in-Time Compiler ------------------------===//
10 #include "MCJIT.h"
15 #include "llvm/ExecutionEngine/MCJIT.h"
29 RegisterJIT() { MCJIT::Register(); }
37 ExecutionEngine *MCJIT::createJIT(Module *M,
47 return new MCJIT(M, TM, new MCJITMemoryManager(JMM), GVsWithCode);
50 MCJIT::MCJIT(Module *m, TargetMachine *tm, RTDyldMemoryManager *MM, function in class:MCJIT
58 MCJIT::~MCJIT() {
[all...]
H A DMCJIT.h1 //===-- MCJIT.h - Class definition for the MCJIT ----------------*- C++ -*-===//
25 class MCJIT : public ExecutionEngine { class in namespace:llvm
26 MCJIT(Module *M, TargetMachine *tm, RTDyldMemoryManager *MemMgr,
43 ~MCJIT();
97 /// Currently, MCJIT only supports a single module and the module passed to

Completed in 63 milliseconds