Lines Matching refs:ScopedPrinter
136 void AppleAcceleratorTable::Header::dump(ScopedPrinter &W) const { in dump()
163 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()
206 ScopedPrinter W(OS); in dump()
364 void DWARFDebugNames::Header::dump(ScopedPrinter &W) const { in dump()
412 void DWARFDebugNames::Abbrev::dump(ScopedPrinter &W) const { in dump()
570 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump()
669 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry()
684 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName()
699 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs()
705 void DWARFDebugNames::NameIndex::dumpLocalTUs(ScopedPrinter &W) const { in dumpLocalTUs()
715 void DWARFDebugNames::NameIndex::dumpForeignTUs(ScopedPrinter &W) const { in dumpForeignTUs()
726 void DWARFDebugNames::NameIndex::dumpAbbreviations(ScopedPrinter &W) const { in dumpAbbreviations()
732 void DWARFDebugNames::NameIndex::dumpBucket(ScopedPrinter &W, in dumpBucket()
754 LLVM_DUMP_METHOD void DWARFDebugNames::NameIndex::dump(ScopedPrinter &W) const { in dump()
791 ScopedPrinter W(OS); in dump()