Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IndirectSym

1104   void *&IndirectSym = GlobalToIndirectSymMap[V];
1106 if (!IndirectSym)
1107 IndirectSym = mpTJI->emitGlobalValueIndirectSym(V, GVAddress, *this);
1109 return IndirectSym;