Home
last modified time | relevance | path

Searched refs:WithColor (Results 1 – 17 of 17) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp45 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName(); in dumpClassParentWithScopeOperator()
72 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
75 WithColor(Printer, PDB_ColorItem::Identifier).get() in start()
82 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
84 WithColor(Printer, PDB_ColorItem::Identifier).get() in start()
93 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start()
109 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
119 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start()
122 WithColor(Printer, PDB_ColorItem::Offset).get() << "+" << Prologue; in start()
[all …]
DVariableDumper.cpp47 WithColor(Printer, PDB_ColorItem::Address).get() in start()
50 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start()
58 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start()
61 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue(); in start()
66 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
73 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
77 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength(); in start()
83 WithColor(Printer, PDB_ColorItem::Identifier).get() << Var.getName(); in start()
94 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
112 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump()
[all …]
DCompilandDumper.cpp54 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; in start()
62 WithColor(Printer, PDB_ColorItem::Path).get() << File->getFileName(); in start()
75 WithColor(Printer, StatementColor).get() << LineStart; in start()
77 WithColor(Printer, StatementColor).get() << " - " << LineEnd; in start()
83 WithColor(Printer, PDB_ColorItem::Address).get() in start()
89 WithColor(Printer, PDB_ColorItem::Address).get() in start()
117 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
122 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in dump()
130 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump()
150 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
[all …]
DTypedefDumper.cpp31 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in start()
35 WithColor(Printer, PDB_ColorItem::Identifier).get() << " " in start()
47 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in dump()
48 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Symbol.getName(); in dump()
53 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump()
55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump()
78 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump()
79 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
DClassDefinitionDumper.cpp38 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in start()
39 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName(); in start()
49 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base->getAccess(); in start()
51 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in start()
52 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Base->getName(); in start()
124 WithColor(Printer, PDB_ColorItem::Keyword).get() << "private"; in dumpAccessGroup()
128 WithColor(Printer, PDB_ColorItem::Keyword).get() << "protected"; in dumpAccessGroup()
132 WithColor(Printer, PDB_ColorItem::Keyword).get() << "public"; in dumpAccessGroup()
DTypeDumper.cpp34 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Enums"; in start()
43 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Typedefs"; in start()
52 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Classes"; in start()
92 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump()
93 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump()
DEnumDumper.cpp26 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start()
27 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in start()
43 WithColor(Printer, PDB_ColorItem::Identifier).get() in start()
46 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in start()
DLinePrinter.cpp86 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) : OS(P.OS) { in WithColor() function in WithColor
90 WithColor::~WithColor() { OS.resetColor(); } in ~WithColor()
92 void WithColor::applyColor(PDB_ColorItem C) { in applyColor()
DLinePrinter.h24 friend class WithColor; variable
80 class WithColor {
82 WithColor(LinePrinter &P, PDB_ColorItem C);
83 ~WithColor();
Dllvm-pdbdump.cpp405 WithColor(Printer, PDB_ColorItem::None).get() << "Summary for "; in dumpPretty()
406 WithColor(Printer, PDB_ColorItem::Path).get() << FileName; in dumpPretty()
411 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Size"; in dumpPretty()
419 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Guid"; in dumpPretty()
423 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age"; in dumpPretty()
427 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Attributes"; in dumpPretty()
437 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty()
452 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---TYPES---"; in dumpPretty()
461 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---SYMBOLS---"; in dumpPretty()
472 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---GLOBALS---"; in dumpPretty()
[all …]
DExternalSymbolDumper.cpp38 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Addr, 10); in dump()
40 WithColor(Printer, PDB_ColorItem::Identifier).get() << LinkageName; in dump()
DBuiltinDumper.cpp23 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol); in start()
/external/llvm/lib/DebugInfo/DWARF/
DSyntaxHighlighting.cpp21 WithColor::WithColor(llvm::raw_ostream &OS, enum HighlightColor Type) : OS(OS) { in WithColor() function in WithColor
35 WithColor::~WithColor() { in ~WithColor()
DSyntaxHighlighting.h24 class WithColor {
29 WithColor(llvm::raw_ostream &OS, enum HighlightColor Type);
30 ~WithColor();
DDWARFDebugInfoEntry.cpp44 WithColor(OS, syntax::Address).get() << format("\n0x%8.8x: ", Offset); in dump()
50 WithColor(OS, syntax::Tag).get().indent(indent) << tagString; in dump()
52 WithColor(OS, syntax::Tag).get().indent(indent) << in dump()
121 WithColor(OS, syntax::Attribute) << attrString; in dumpAttribute()
123 WithColor(OS, syntax::Attribute).get() << format("DW_AT_Unknown_%x", attr); in dumpAttribute()
155 WithColor(OS, Color) << Name; in dumpAttribute()
DDWARFDebugMacro.cpp32 WithColor(OS, syntax::Macro).get() << MacinfoString(E.Type); in dump()
DDWARFFormValue.cpp489 WithColor(OS, syntax::Address).get() in dump()
498 raw_ostream &COS = WithColor(OS, syntax::String); in dumpString()