OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCJIT
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/ExecutionEngine/
Makefile
11
PARALLEL_DIRS = Interpreter JIT
MCJIT
RuntimeDyld
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
1
//===--
MCJIT
.h - Class definition for the
MCJIT
----------------*- C++ -*-===//
25
class
MCJIT
: public ExecutionEngine {
26
MCJIT
(Module *M, TargetMachine *tm, TargetJITInfo &tji,
45
~
MCJIT
();
MCJIT.cpp
1
//===--
MCJIT
.cpp - MC-based Just-in-Time Compiler ------------------------===//
10
#include "
MCJIT
.h"
15
#include "llvm/ExecutionEngine/
MCJIT
.h"
28
RegisterJIT() {
MCJIT
::Register(); }
36
ExecutionEngine *
MCJIT
::createJIT(Module *M,
49
return new
MCJIT
(M, TM, *TJ, new MCJITMemoryManager(JMM, M), OptLevel,
57
MCJIT
::
MCJIT
(Module *m, TargetMachine *tm, TargetJITInfo &tji,
89
MCJIT
::~
MCJIT
() {
[
all
...]
Intercept.cpp
18
#include "
MCJIT
.h"
103
void *
MCJIT
::getPointerToNamedFunction(const std::string &Name,
Completed in 1156 milliseconds