Lines Matching defs:Dumper
1216 CompilandDumper Dumper(Printer);
1221 Dumper.start(*Compiland, options);
1232 TypeDumper Dumper(Printer);
1233 Dumper.start(*GlobalScope);
1242 CompilandDumper Dumper(Printer);
1244 Dumper.start(*Compiland, true);
1255 FunctionDumper Dumper(Printer);
1259 Dumper.start(*Function, FunctionDumper::PointerType::None);
1268 Dumper.start(*Func, FunctionDumper::PointerType::None);
1275 VariableDumper Dumper(Printer);
1278 Dumper.start(*Var);
1285 Dumper.start(*Var);
1291 CompilandDumper Dumper(Printer);
1293 Dumper.dump(*Thunk);
1302 ExternalSymbolDumper Dumper(Printer);
1303 Dumper.start(*GlobalScope);
1459 cl::ParseCommandLineOptions(Argc, Argv, "LLVM PDB Dumper\n");