Lines Matching refs:LinePrinter
53 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream) in LinePrinter() function in LinePrinter
70 void LinePrinter::Indent(uint32_t Amount) { in Indent()
76 void LinePrinter::Unindent(uint32_t Amount) { in Unindent()
82 void LinePrinter::NewLine() { in NewLine()
87 void LinePrinter::print(const Twine &T) { OS << T; } in print()
89 void LinePrinter::printLine(const Twine &T) { in printLine()
94 bool LinePrinter::IsClassExcluded(const ClassLayout &Class) { in IsClassExcluded()
102 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
115 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
174 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData()
212 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData()
246 void LinePrinter::formatMsfStreamBlocks( in formatMsfStreamBlocks()
270 bool LinePrinter::IsTypeExcluded(llvm::StringRef TypeName, uint32_t Size) { in IsTypeExcluded()
278 bool LinePrinter::IsSymbolExcluded(llvm::StringRef SymbolName) { in IsSymbolExcluded()
282 bool LinePrinter::IsCompilandExcluded(llvm::StringRef CompilandName) { in IsCompilandExcluded()
287 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) in WithColor()