Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Names

330 // Add the various names to the Dwarf accelerator table names.
648 // Look up the source id with the given directory and source file names.
2250 // Emit visible names into a hashed accelerator table section.
2257 const StringMap<std::vector<DIE*> > &Names = TheCU->getAccelNames();
2259 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) {
2268 AT.FinalizeTable(Asm, "Names");
2286 const StringMap<std::vector<DIE*> > &Names = TheCU->getAccelObjC();
2288 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) {
2314 const StringMap<std::vector<DIE*> > &Names = TheCU->getAccelNamespace();
2316 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) {
2348 const StringMap<std::vector<std::pair<DIE*, unsigned > > > &Names
2351 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) {
2370 /// emitDebugPubnames - Emit visible names into a debug pubnames section.
2387 Asm->OutStreamer.AddComment("Length of Public Names Info");
2546 // Emit visible names into a debug str section.
2652 // Emit visible names into a debug aranges section.
2659 // Emit visible names into a debug ranges section.
2675 // Emit visible names into a debug macinfo section.