Lines Matching refs:PDB_ColorItem
53 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; in start()
61 WithColor(Printer, PDB_ColorItem::Path).get() << File->getFileName(); in start()
65 WithColor(Printer, PDB_ColorItem::Comment).get() in start()
80 PDB_ColorItem StatementColor = Line->isStatement() in start()
81 ? PDB_ColorItem::Keyword in start()
82 : PDB_ColorItem::LiteralValue; in start()
100 WithColor(Printer, PDB_ColorItem::Address).get() in start()
106 WithColor(Printer, PDB_ColorItem::Address).get() in start()
138 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
141 WithColor(Printer, PDB_ColorItem::Comment).get() in dump()
147 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in dump()
149 WithColor(Printer, PDB_ColorItem::Comment).get() in dump()
157 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump()
179 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
181 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump()
196 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(VA, 10); in dump()
198 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Target, 10); in dump()
200 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
205 WithColor(Printer, PDB_ColorItem::Register).get() << Ordinal; in dump()
209 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in dump()
226 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in dump()