Lines Matching refs:LinePrinter
56 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream, in LinePrinter() function in LinePrinter
75 void LinePrinter::Indent(uint32_t Amount) { in Indent()
81 void LinePrinter::Unindent(uint32_t Amount) { in Unindent()
87 void LinePrinter::NewLine() { in NewLine()
92 void LinePrinter::print(const Twine &T) { OS << T; } in print()
94 void LinePrinter::printLine(const Twine &T) { in printLine()
99 bool LinePrinter::IsClassExcluded(const ClassLayout &Class) { in IsClassExcluded()
107 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
120 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
180 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData()
218 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData()
252 void LinePrinter::formatMsfStreamBlocks( in formatMsfStreamBlocks()
277 bool LinePrinter::IsTypeExcluded(llvm::StringRef TypeName, uint64_t Size) { in IsTypeExcluded()
285 bool LinePrinter::IsSymbolExcluded(llvm::StringRef SymbolName) { in IsSymbolExcluded()
289 bool LinePrinter::IsCompilandExcluded(llvm::StringRef CompilandName) { in IsCompilandExcluded()
294 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) in WithColor()