HomeSort by relevance Sort by last modified time
    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 270 JIT::JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji,
272 : ExecutionEngine(M), TM(tm), TJI(tji),
796 TJI.replaceMachineCodeForFunction(OldAddr, Addr);
823 Ptr = TJI.allocateThreadLocalMemory(S);
824 } else if (TJI.allocateSeparateGVMemory()) {

Completed in 139 milliseconds