Searched refs:LinePrinter (Results 1 – 22 of 22) sorted by relevance
/external/llvm/tools/llvm-pdbdump/ |
D | LinePrinter.cpp | 45 LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream) in LinePrinter() function in LinePrinter 62 void LinePrinter::Indent() { CurrentIndent += IndentSpaces; } in Indent() 64 void LinePrinter::Unindent() { in Unindent() 68 void LinePrinter::NewLine() { in NewLine() 73 bool LinePrinter::IsTypeExcluded(llvm::StringRef TypeName) { in IsTypeExcluded() 77 bool LinePrinter::IsSymbolExcluded(llvm::StringRef SymbolName) { in IsSymbolExcluded() 81 bool LinePrinter::IsCompilandExcluded(llvm::StringRef CompilandName) { in IsCompilandExcluded() 86 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) : OS(P.OS) { in WithColor()
|
D | EnumDumper.h | 18 class LinePrinter; variable 22 EnumDumper(LinePrinter &P); 27 LinePrinter &Printer;
|
D | LinePrinter.h | 23 class LinePrinter { 27 LinePrinter(int Indent, raw_ostream &Stream); 62 inline raw_ostream &operator<<(LinePrinter &Printer, const T &Item) { 82 WithColor(LinePrinter &P, PDB_ColorItem C);
|
D | ExternalSymbolDumper.h | 18 class LinePrinter; variable 22 ExternalSymbolDumper(LinePrinter &P); 29 LinePrinter &Printer;
|
D | BuiltinDumper.h | 19 class LinePrinter; variable 23 BuiltinDumper(LinePrinter &P); 30 LinePrinter &Printer;
|
D | TypeDumper.h | 17 class LinePrinter; variable 21 TypeDumper(LinePrinter &P); 30 LinePrinter &Printer;
|
D | TypedefDumper.h | 18 class LinePrinter; variable 22 TypedefDumper(LinePrinter &P); 34 LinePrinter &Printer;
|
D | VariableDumper.h | 21 class LinePrinter; variable 25 VariableDumper(LinePrinter &P); 40 LinePrinter &Printer;
|
D | CompilandDumper.h | 18 class LinePrinter; variable 25 CompilandDumper(LinePrinter &P); 39 LinePrinter &Printer;
|
D | FunctionDumper.h | 17 class LinePrinter; variable 21 FunctionDumper(LinePrinter &P); 38 LinePrinter &Printer;
|
D | ClassDefinitionDumper.h | 24 class LinePrinter; variable 28 ClassDefinitionDumper(LinePrinter &P); 41 LinePrinter &Printer;
|
D | CMakeLists.txt | 16 LinePrinter.cpp
|
D | ExternalSymbolDumper.cpp | 20 ExternalSymbolDumper::ExternalSymbolDumper(LinePrinter &P) in ExternalSymbolDumper()
|
D | BuiltinDumper.cpp | 19 BuiltinDumper::BuiltinDumper(LinePrinter &P) in BuiltinDumper()
|
D | EnumDumper.cpp | 23 EnumDumper::EnumDumper(LinePrinter &P) : PDBSymDumper(true), Printer(P) {} in EnumDumper()
|
D | FunctionDumper.cpp | 36 void dumpClassParentWithScopeOperator(const T &Symbol, LinePrinter &Printer, in dumpClassParentWithScopeOperator() 50 FunctionDumper::FunctionDumper(LinePrinter &P) in FunctionDumper()
|
D | TypeDumper.cpp | 29 TypeDumper::TypeDumper(LinePrinter &P) : PDBSymDumper(true), Printer(P) {} in TypeDumper()
|
D | TypedefDumper.cpp | 28 TypedefDumper::TypedefDumper(LinePrinter &P) : PDBSymDumper(true), Printer(P) {} in TypedefDumper()
|
D | CompilandDumper.cpp | 40 CompilandDumper::CompilandDumper(LinePrinter &P) in CompilandDumper()
|
D | VariableDumper.cpp | 32 VariableDumper::VariableDumper(LinePrinter &P) in VariableDumper()
|
D | ClassDefinitionDumper.cpp | 33 ClassDefinitionDumper::ClassDefinitionDumper(LinePrinter &P) in ClassDefinitionDumper()
|
D | llvm-pdbdump.cpp | 400 LinePrinter Printer(2, outs()); in dumpPretty()
|