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()
705 ScopedPrinter &W, const DWARFFormValue &FormValue) const { in dumpParentIdx()
722 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const { in dump()
828 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry()
843 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName()
858 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter &W) const { in dumpCUs()
864 void DWARFDebugNames::NameIndex::dumpLocalTUs(ScopedPrinter &W) const { in dumpLocalTUs()
874 void DWARFDebugNames::NameIndex::dumpForeignTUs(ScopedPrinter &W) const { in dumpForeignTUs()
885 void DWARFDebugNames::NameIndex::dumpAbbreviations(ScopedPrinter &W) const { in dumpAbbreviations()
897 void DWARFDebugNames::NameIndex::dumpBucket(ScopedPrinter &W, in dumpBucket()
919 LLVM_DUMP_METHOD void DWARFDebugNames::NameIndex::dump(ScopedPrinter &W) const { in dump()
956 ScopedPrinter W(OS); in dump()