Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:GI

1443     for (const auto &GI : Globals) {
1444 const char *Name = GI.getKeyData();
1445 const DIE *Entity = GI.second;
1459 Asm->OutStreamer->EmitBytes(StringRef(Name, GI.getKeyLength() + 1));