Lines Matching refs:Dumper
441 CompilandDumper Dumper(Printer); in dumpPretty() local
446 Dumper.start(*Compiland, options); in dumpPretty()
454 TypeDumper Dumper(Printer); in dumpPretty() local
455 Dumper.start(*GlobalScope); in dumpPretty()
464 CompilandDumper Dumper(Printer); in dumpPretty() local
466 Dumper.start(*Compiland, true); in dumpPretty()
475 FunctionDumper Dumper(Printer); in dumpPretty() local
479 Dumper.start(*Function, FunctionDumper::PointerType::None); in dumpPretty()
484 VariableDumper Dumper(Printer); in dumpPretty() local
486 Dumper.start(*Var); in dumpPretty()
490 CompilandDumper Dumper(Printer); in dumpPretty() local
492 Dumper.dump(*Thunk); in dumpPretty()
500 ExternalSymbolDumper Dumper(Printer); in dumpPretty() local
501 Dumper.start(*GlobalScope); in dumpPretty()