Searched defs:IndirectSym (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp570 void *&IndirectSym = state.getGlobalToIndirectSymMap()[GV]; local
571 if (IndirectSym) return IndirectSym;
574 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress,
577 DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" << IndirectSym
580 return IndirectSym;

Completed in 48 milliseconds