Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.cpp1104 void *&IndirectSym = GlobalToIndirectSymMap[V]; in GetPointerToGVIndirectSym() local
1106 if (!IndirectSym) in GetPointerToGVIndirectSym()
1107 IndirectSym = mpTJI->emitGlobalValueIndirectSym(V, GVAddress, *this); in GetPointerToGVIndirectSym()
1109 return IndirectSym; in GetPointerToGVIndirectSym()