Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Names

317 // Add the various names to the Dwarf accelerator table names.
621 // Look up the source id with the given directory and source file names.
1974 // Emit visible names into a hashed accelerator table section.
1981 const StringMap<std::vector<DIE*> > &Names = TheCU->getAccelNames();
1983 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) {
1992 AT.FinalizeTable(Asm, "Names");
2010 const StringMap<std::vector<DIE*> > &Names = TheCU->getAccelObjC();
2012 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) {
2038 const StringMap<std::vector<DIE*> > &Names = TheCU->getAccelNamespace();
2040 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) {
2072 const StringMap<std::vector<std::pair<DIE*, unsigned > > > &Names
2075 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) {
2094 /// emitDebugPubnames - Emit visible names into a debug pubnames section.
2111 Asm->OutStreamer.AddComment("Length of Public Names Info");
2276 // Emit visible names into a debug str section.
2282 // Emit visible names into a debug loc section.
2381 // Emit visible names into a debug aranges section.
2388 // Emit visible names into a debug ranges section.
2404 // Emit visible names into a debug macinfo section.