Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Names

239 // Add the various names to the Dwarf accelerator table names.
519 /// source file names. If none currently exists, create a new id and insert it
1765 /// emitAccelNames - Emit visible names into a hashed accelerator table
1773 const StringMap<std::vector<DIE*> > &Names = TheCU->getAccelNames();
1775 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) {
1784 AT.FinalizeTable(Asm, "Names");
1802 const StringMap<std::vector<DIE*> > &Names = TheCU->getAccelObjC();
1804 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) {
1831 const StringMap<std::vector<DIE*> > &Names = TheCU->getAccelNamespace();
1833 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) {
1865 const StringMap<std::vector<std::pair<DIE*, unsigned > > > &Names
1868 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) {
1935 /// emitDebugStr - Emit visible names into a debug str section.
1967 /// emitDebugLoc - Emit visible names into a debug loc section.
2065 /// EmitDebugARanges - Emit visible names into a debug aranges section.
2073 /// emitDebugRanges - Emit visible names into a debug ranges section.
2090 /// emitDebugMacInfo - Emit visible names into a debug macinfo section.