Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp590 void *&IndirectSym = state.getGlobalToIndirectSymMap(locked)[GV]; in getGlobalValueIndirectSym() local
591 if (IndirectSym) return IndirectSym; in getGlobalValueIndirectSym()
594 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress, in getGlobalValueIndirectSym()
597 DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" << IndirectSym in getGlobalValueIndirectSym()
600 return IndirectSym; in getGlobalValueIndirectSym()