OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JITEmitter
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
1
//===--
JITEmitter
.cpp - Write machine code to executable memory ----------===//
73
class
JITEmitter
;
188
JITEmitter
&JE;
194
explicit JITResolver(JIT &jit,
JITEmitter
&je)
277
///
JITEmitter
- The JIT implementation of the MachineCodeEmitter, which is
279
class
JITEmitter
: public JITCodeEmitter {
353
typedef
JITEmitter
*ExtraData;
354
static void onDelete(
JITEmitter
*, const Function*);
355
static void onRAUW(
JITEmitter
*, const Function*, const Function*);
366
JITEmitter
(JIT &jit, JITMemoryManager *JMM, TargetMachine &TM
[
all
...]
Android.mk
12
JITEmitter
.cpp \
Completed in 787 milliseconds