HomeSort by relevance Sort by last modified time
    Searched refs:WithColor (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/DebugInfo/DWARF/
SyntaxHighlighting.h 24 class WithColor {
28 /// To be used like this: WithColor(OS, syntax::String) << "text";
29 WithColor(llvm::raw_ostream &OS, enum HighlightColor Type);
30 ~WithColor();
SyntaxHighlighting.cpp 21 WithColor::WithColor(llvm::raw_ostream &OS, enum HighlightColor Type) : OS(OS) {
35 WithColor::~WithColor() {
DWARFDebugMacro.cpp 33 WithColor(OS, syntax::Macro).get() << MacinfoString(E.Type);
DWARFDebugInfoEntry.cpp 44 WithColor(OS, syntax::Address).get() << format("\n0x%8.8x: ", Offset);
50 WithColor(OS, syntax::Tag).get().indent(indent) << tagString;
52 WithColor(OS, syntax::Tag).get().indent(indent) <<
121 WithColor(OS, syntax::Attribute) << attrString;
123 WithColor(OS, syntax::Attribute).get() << format("DW_AT_Unknown_%x", attr);
155 WithColor(OS, Color) << Name;
DWARFFormValue.cpp 489 WithColor(OS, syntax::Address).get()
498 raw_ostream &COS = WithColor(OS, syntax::String);
  /external/llvm/tools/llvm-pdbdump/
FunctionDumper.cpp 42 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName();
69 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
72 WithColor(Printer, PDB_ColorItem::Identifier).get()
79 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
81 WithColor(Printer, PDB_ColorItem::Identifier).get()
90 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name;
106 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
108 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
116 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10);
119 WithColor(Printer, PDB_ColorItem::Offset).get() << "+" << Prologue
    [all...]
EnumDumper.cpp 25 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
26 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
42 WithColor(Printer, PDB_ColorItem::Identifier).get()
45 WithColor(Printer, PDB_ColorItem::LiteralValue).get()
TypedefDumper.cpp 30 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef ";
34 WithColor(Printer, PDB_ColorItem::Identifier).get() << " "
46 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
47 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Symbol.getName();
52 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
54 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
77 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
78 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
ExternalSymbolDumper.cpp 37 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Addr, 10);
39 WithColor(Printer, PDB_ColorItem::Identifier).get() << LinkageName;
CompilandDumper.cpp 51 WithColor(Printer, PDB_ColorItem::Path).get() << FullName;
71 WithColor(Printer, PDB_ColorItem::Address).get()
76 WithColor(Printer, PDB_ColorItem::LiteralValue).get()
84 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();
104 WithColor(Printer, PDB_ColorItem::Address).get()
106 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();
119 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(VA, 10);
121 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Target, 10);
123 WithColor(Printer, PDB_ColorItem::Address).get()
128 WithColor(Printer, PDB_ColorItem::Register).get() << Ordinal
    [all...]
LinePrinter.h 23 friend class WithColor;
79 class WithColor {
81 WithColor(LinePrinter &P, PDB_ColorItem C);
82 ~WithColor();
VariableDumper.cpp 46 WithColor(Printer, PDB_ColorItem::Address).get()
49 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static ";
57 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
60 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue();
65 WithColor(Printer, PDB_ColorItem::Offset).get()
72 WithColor(Printer, PDB_ColorItem::Offset).get()
76 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength();
82 WithColor(Printer, PDB_ColorItem::Identifier).get() << Var.getName();
93 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
111 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "
    [all...]
TypeDumper.cpp 33 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Enums";
42 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Typedefs";
51 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Classes";
91 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
92 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();
LinePrinter.cpp 83 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) : OS(P.OS) {
87 WithColor::~WithColor() { OS.resetColor(); }
89 void WithColor::applyColor(PDB_ColorItem C) {
ClassDefinitionDumper.cpp 37 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " ";
38 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName();
48 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base->getAccess();
50 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual";
51 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Base->getName();
123 WithColor(Printer, PDB_ColorItem::Keyword).get() << "private";
127 WithColor(Printer, PDB_ColorItem::Keyword).get() << "protected";
131 WithColor(Printer, PDB_ColorItem::Keyword).get() << "public";
BuiltinDumper.cpp 22 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol);
llvm-pdbdump.cpp 426 WithColor(Printer, PDB_ColorItem::None).get() << "Summary for ";
427 WithColor(Printer, PDB_ColorItem::Path).get() << FileName;
432 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Size";
440 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Guid";
444 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age";
448 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Attributes";
458 WithColor(Printer, PDB_ColorItem::SectionHeader).get()
470 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---TYPES---";
479 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---SYMBOLS---";
490 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---GLOBALS---"
    [all...]

Completed in 174 milliseconds