Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp591 void *&IndirectSym = state.getGlobalToIndirectSymMap(locked)[GV]; in getGlobalValueIndirectSym() local
592 if (IndirectSym) return IndirectSym; in getGlobalValueIndirectSym()
595 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress, in getGlobalValueIndirectSym()
598 DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" << IndirectSym in getGlobalValueIndirectSym()
601 return IndirectSym; in getGlobalValueIndirectSym()