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

/external/llvm/unittests/ExecutionEngine/
H A DMakefile13 PARALLEL_DIRS = JIT MCJIT
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp1 //===-- MCJIT.cpp - MC-based Just-in-Time Compiler ------------------------===//
10 #include "MCJIT.h"
14 #include "llvm/ExecutionEngine/MCJIT.h"
31 RegisterJIT() { MCJIT::Register(); }
39 ExecutionEngine *MCJIT::createJIT(Module *M,
49 return new MCJIT(M, TM, JMM, GVsWithCode);
52 MCJIT::MCJIT(Module *m, TargetMachine *tm, RTDyldMemoryManager *MM, function in class:MCJIT
60 MCJIT::~MCJIT() {
[all...]
H A DMCJIT.h1 //===-- MCJIT.h - Class definition for the MCJIT ----------------*- C++ -*-===//
26 class MCJIT : public ExecutionEngine { class in namespace:llvm
27 MCJIT(Module *M, TargetMachine *tm, RTDyldMemoryManager *MemMgr,
42 ~MCJIT();
101 /// Currently, MCJIT only supports a single module and the module passed to
/external/llvm/lib/ExecutionEngine/
H A DMakefile14 PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMakefile1 ##===- unittests/ExecutionEngine/MCJIT/Makefile ------------*- Makefile -*-===##
11 TESTNAME = MCJIT
17 # Permit these tests to use the MCJIT's symbolic lookup.

Completed in 204 milliseconds