Lines Matching refs:ScopedPrinter
148 void AppleAcceleratorTable::Header::dump(ScopedPrinter &W) const { in dump()
175 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()
217 ScopedPrinter W(OS); in dump()
431 void DWARFDebugNames::Header::dump(ScopedPrinter &W) const { in dump()
479 void DWARFDebugNames::Abbrev::dump(ScopedPrinter &W) const { in dump()
653 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump()
752 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry()
767 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName()
782 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs()
788 void DWARFDebugNames::NameIndex::dumpLocalTUs(ScopedPrinter &W) const { in dumpLocalTUs()
798 void DWARFDebugNames::NameIndex::dumpForeignTUs(ScopedPrinter &W) const { in dumpForeignTUs()
809 void DWARFDebugNames::NameIndex::dumpAbbreviations(ScopedPrinter &W) const { in dumpAbbreviations()
815 void DWARFDebugNames::NameIndex::dumpBucket(ScopedPrinter &W, in dumpBucket()
837 LLVM_DUMP_METHOD void DWARFDebugNames::NameIndex::dump(ScopedPrinter &W) const { in dump()
874 ScopedPrinter W(OS); in dump()