Lines Matching refs:ScopedPrinter
137 void AppleAcceleratorTable::Header::dump(ScopedPrinter &W) const { in dump()
164 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()
207 ScopedPrinter W(OS); in dump()
365 void DWARFDebugNames::Header::dump(ScopedPrinter &W) const { in dump()
413 void DWARFDebugNames::Abbrev::dump(ScopedPrinter &W) const { in dump()
571 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump()
670 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry()
685 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName()
700 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs()
706 void DWARFDebugNames::NameIndex::dumpLocalTUs(ScopedPrinter &W) const { in dumpLocalTUs()
716 void DWARFDebugNames::NameIndex::dumpForeignTUs(ScopedPrinter &W) const { in dumpForeignTUs()
727 void DWARFDebugNames::NameIndex::dumpAbbreviations(ScopedPrinter &W) const { in dumpAbbreviations()
733 void DWARFDebugNames::NameIndex::dumpBucket(ScopedPrinter &W, in dumpBucket()
755 LLVM_DUMP_METHOD void DWARFDebugNames::NameIndex::dump(ScopedPrinter &W) const { in dump()
792 ScopedPrinter W(OS); in dump()