OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TJI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JIT.h
59
TargetJITInfo &
TJI
; // The JITInfo for the target we are compiling to
81
JIT(Module *M, TargetMachine &tm, TargetJITInfo &
tji
,
92
TargetJITInfo &getJITInfo() const { return
TJI
; }
JIT.cpp
137
JIT::JIT(Module *M, TargetMachine &tm, TargetJITInfo &
tji
,
139
: ExecutionEngine(M), TM(tm),
TJI
(
tji
),
643
TJI
.replaceMachineCodeForFunction(OldAddr, Addr);
670
Ptr =
TJI
.allocateThreadLocalMemory(S);
671
} else if (
TJI
.allocateSeparateGVMemory()) {
Completed in 224 milliseconds