Lines Matching refs:Printer

38 void dumpClassParentWithScopeOperator(const T &Symbol, LinePrinter &Printer,  in dumpClassParentWithScopeOperator()  argument
47 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName(); in dumpClassParentWithScopeOperator()
48 Printer << "::"; in dumpClassParentWithScopeOperator()
53 : PDBSymDumper(true), Printer(P) {} in FunctionDumper()
59 Printer << "<unknown-type>"; in start()
62 Printer << " "; in start()
77 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
79 Printer << "("; in start()
80 WithColor(Printer, PDB_ColorItem::Identifier).get() in start()
82 Printer << "::)"; in start()
85 Printer << "("; in start()
87 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
89 WithColor(Printer, PDB_ColorItem::Identifier).get() in start()
91 Printer << "::"; in start()
94 Printer << "&"; in start()
96 Printer << "*"; in start()
98 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start()
99 Printer << ")"; in start()
102 Printer << "("; in start()
108 Printer << ", "; in start()
111 Printer << ")"; in start()
114 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
116 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
123 Printer << "func ["; in start()
124 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start()
127 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
130 Printer << " - "; in start()
131 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncEnd, 10); in start()
134 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
138 WithColor(Printer, PDB_ColorItem::Comment).get() in start()
140 Printer << "] ("; in start()
143 WithColor(Printer, PDB_ColorItem::Register).get() in start()
147 WithColor(Printer, PDB_ColorItem::Register).get() << "FPO"; in start()
149 Printer << ") "; in start()
152 WithColor(Printer, PDB_ColorItem::Keyword).get() << "virtual "; in start()
156 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in start()
158 Printer << "*"; in start()
160 Printer << "&"; in start()
166 Printer << " "; in start()
171 Printer << "("; in start()
175 WithColor(Printer, PDB_ColorItem::Keyword).get() in start()
178 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in start()
181 Printer << "*"; in start()
183 Printer << "&"; in start()
184 Printer << ")"; in start()
187 Printer << "("; in start()
193 WithColor(Printer, PDB_ColorItem::Identifier).get() << " " in start()
196 Printer << ", "; in start()
199 Printer << ", ..."; in start()
201 Printer << ")"; in start()
203 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
205 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
207 Printer << " = 0"; in start()
214 Printer << "["; in dump()
215 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getLength(); in dump()
216 Printer << "]"; in dump()
220 BuiltinDumper Dumper(Printer); in dump()
225 dumpClassParentWithScopeOperator(Symbol, Printer, *this); in dump()
226 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
237 Printer << "<unknown-type>"; in dump()
241 dumpClassParentWithScopeOperator(Symbol, Printer, *this); in dump()
242 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
251 FunctionDumper NestedDumper(Printer); in dump()
257 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump()
259 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump()
261 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
264 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dump()
269 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()