OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCJIT
(Results
1 - 5
of
5
) sorted by null
/external/llvm/unittests/ExecutionEngine/
Makefile
17
PARALLEL_DIRS = JIT
MCJIT
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
1
//===--
MCJIT
.cpp - MC-based Just-in-Time Compiler ------------------------===//
10
#include "
MCJIT
.h"
14
#include "llvm/ExecutionEngine/
MCJIT
.h"
32
RegisterJIT() {
MCJIT
::Register(); }
40
ExecutionEngine *
MCJIT
::createJIT(Module *M,
50
return new
MCJIT
(M, TM, MemMgr ? MemMgr : new SectionMemoryManager(),
54
MCJIT
::
MCJIT
(Module *m, TargetMachine *tm, RTDyldMemoryManager *MM,
62
MCJIT
::~
MCJIT
() {
[
all
...]
MCJIT.h
1
//===--
MCJIT
.h - Class definition for the
MCJIT
----------------*- C++ -*-===//
27
class
MCJIT
: public ExecutionEngine {
28
MCJIT
(Module *M, TargetMachine *tm, RTDyldMemoryManager *MemMgr,
47
~
MCJIT
();
52
/// Sets the object manager that
MCJIT
should use to avoid compilation.
60
/// called the
MCJIT
execution engine will reapply relocations for a loaded
116
/// Currently,
MCJIT
only supports a single module and the module passed to
/external/llvm/lib/ExecutionEngine/
Makefile
14
PARALLEL_DIRS = Interpreter JIT
MCJIT
RuntimeDyld
/external/llvm/unittests/ExecutionEngine/MCJIT/
Makefile
1
##===- unittests/ExecutionEngine/
MCJIT
/Makefile ------------*- Makefile -*-===##
11
TESTNAME =
MCJIT
12
LINK_COMPONENTS := core jit
mcjit
native support
17
# Permit these tests to use the
MCJIT
's symbolic lookup.
Completed in 342 milliseconds