Lines Matching refs:LinePrinter
54 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream) in LinePrinter() function in LinePrinter
71 void LinePrinter::Indent(uint32_t Amount) { in Indent()
77 void LinePrinter::Unindent(uint32_t Amount) { in Unindent()
83 void LinePrinter::NewLine() { in NewLine()
88 void LinePrinter::print(const Twine &T) { OS << T; } in print()
90 void LinePrinter::printLine(const Twine &T) { in printLine()
95 bool LinePrinter::IsClassExcluded(const ClassLayout &Class) { in IsClassExcluded()
103 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
116 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
175 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData()
214 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData()
248 void LinePrinter::formatMsfStreamBlocks( in formatMsfStreamBlocks()
272 bool LinePrinter::IsTypeExcluded(llvm::StringRef TypeName, uint32_t Size) { in IsTypeExcluded()
280 bool LinePrinter::IsSymbolExcluded(llvm::StringRef SymbolName) { in IsSymbolExcluded()
284 bool LinePrinter::IsCompilandExcluded(llvm::StringRef CompilandName) { in IsCompilandExcluded()
289 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) in WithColor()