/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 | FunctionDumper.h | 17 class LinePrinter; variable 21 FunctionDumper(LinePrinter &P); 38 LinePrinter &Printer;
|
D | CompilandDumper.h | 18 class LinePrinter; variable 25 CompilandDumper(LinePrinter &P); 39 LinePrinter &Printer;
|
D | ClassDefinitionDumper.h | 24 class LinePrinter; variable 28 ClassDefinitionDumper(LinePrinter &P); 41 LinePrinter &Printer;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | LinePrinter.cpp | 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() [all …]
|
D | LinePrinter.h | 33 class LinePrinter { 37 LinePrinter(int Indent, bool UseColor, raw_ostream &Stream); 97 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel) in PrintScope() 102 LinePrinter &P; 115 explicit AutoIndent(LinePrinter &L, uint32_t Amount = 0) 130 LinePrinter *L = nullptr; 135 inline raw_ostream &operator<<(LinePrinter &Printer, const T &Item) { 157 WithColor(LinePrinter &P, PDB_ColorItem C);
|
D | PrettyEnumDumper.h | 18 class LinePrinter; variable 22 EnumDumper(LinePrinter &P); 27 LinePrinter &Printer;
|
D | PrettyBuiltinDumper.h | 19 class LinePrinter; variable 23 BuiltinDumper(LinePrinter &P); 30 LinePrinter &Printer;
|
D | PrettyExternalSymbolDumper.h | 18 class LinePrinter; variable 22 ExternalSymbolDumper(LinePrinter &P); 29 LinePrinter &Printer;
|
D | MinimalSymbolDumper.h | 21 class LinePrinter; variable 26 MinimalSymbolDumper(LinePrinter &P, bool RecordBytes, in MinimalSymbolDumper() 30 MinimalSymbolDumper(LinePrinter &P, bool RecordBytes, in MinimalSymbolDumper() 55 LinePrinter &P;
|
D | PrettyTypeDumper.h | 17 class LinePrinter; variable 22 TypeDumper(LinePrinter &P); 32 LinePrinter &Printer;
|
D | PrettyClassDefinitionDumper.h | 29 class LinePrinter; variable 33 ClassDefinitionDumper(LinePrinter &P); 42 LinePrinter &Printer;
|
D | PrettyTypedefDumper.h | 18 class LinePrinter; variable 22 TypedefDumper(LinePrinter &P); 34 LinePrinter &Printer;
|
D | PrettyCompilandDumper.h | 18 class LinePrinter; variable 25 CompilandDumper(LinePrinter &P); 39 LinePrinter &Printer;
|
D | PrettyFunctionDumper.h | 17 class LinePrinter; variable 21 FunctionDumper(LinePrinter &P); 38 LinePrinter &Printer;
|
D | PrettyClassLayoutGraphicalDumper.h | 23 class LinePrinter; variable 27 PrettyClassLayoutGraphicalDumper(LinePrinter &P, uint32_t RecurseLevel, 48 LinePrinter &Printer;
|
D | PrettyVariableDumper.h | 21 class LinePrinter; variable 25 VariableDumper(LinePrinter &P); 46 LinePrinter &Printer;
|
D | MinimalTypeDumper.h | 22 class LinePrinter; variable 26 MinimalTypeDumpVisitor(LinePrinter &P, uint32_t Width, bool RecordBytes, in MinimalTypeDumpVisitor() 52 LinePrinter &P;
|