Home
last modified time | relevance | path

Searched refs:TJI (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
DJIT.h59 TargetJITInfo &TJI; // The JITInfo for the target we are compiling to variable
92 TargetJITInfo &getJITInfo() const { return TJI; } in getJITInfo()
DJIT.cpp139 : ExecutionEngine(M), TM(tm), TJI(tji), in JIT()
643 TJI.replaceMachineCodeForFunction(OldAddr, Addr); in recompileAndRelinkFunction()
670 Ptr = TJI.allocateThreadLocalMemory(S); in getMemoryForGV()
671 } else if (TJI.allocateSeparateGVMemory()) { in getMemoryForGV()