Home
last modified time | relevance | path

Searched defs:Dumper (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/tools/llvm-pdbdump/
DTypeDumper.cpp70 EnumDumper Dumper(Printer); in dump() local
79 TypedefDumper Dumper(Printer); in dump() local
95 ClassDefinitionDumper Dumper(Printer); in dump() local
DClassDefinitionDumper.cpp158 VariableDumper Dumper(Printer); in dump() local
167 FunctionDumper Dumper(Printer); in dump() local
178 EnumDumper Dumper(Printer); in dump() local
187 TypedefDumper Dumper(Printer); in dump() local
Dllvm-pdbdump.cpp441 CompilandDumper Dumper(Printer); in dumpPretty() local
454 TypeDumper Dumper(Printer); in dumpPretty() local
464 CompilandDumper Dumper(Printer); in dumpPretty() local
475 FunctionDumper Dumper(Printer); in dumpPretty() local
484 VariableDumper Dumper(Printer); in dumpPretty() local
490 CompilandDumper Dumper(Printer); in dumpPretty() local
500 ExternalSymbolDumper Dumper(Printer); in dumpPretty() local
DTypedefDumper.cpp42 BuiltinDumper Dumper(Printer); in dump() local
73 FunctionDumper Dumper(Printer); in dump() local
DVariableDumper.cpp89 BuiltinDumper Dumper(Printer); in dump() local
161 FunctionDumper Dumper(Printer); in tryDumpFunctionPointer() local
DEnumDumper.cpp33 BuiltinDumper Dumper(Printer); in start() local
DFunctionDumper.cpp37 FunctionDumper &Dumper) { in dumpClassParentWithScopeOperator()
210 BuiltinDumper Dumper(Printer); in dump() local
DCompilandDumper.cpp140 FunctionDumper Dumper(Printer); in dump() local
/external/python/pyyaml/lib/yaml/
D__init__.py157 def emit(events, stream=None, Dumper=Dumper, argument
178 def serialize_all(nodes, stream=None, Dumper=Dumper, argument
208 def serialize(node, stream=None, Dumper=Dumper, **kwds): argument
215 def dump_all(documents, stream=None, Dumper=Dumper, argument
248 def dump(data, stream=None, Dumper=Dumper, **kwds): argument
272 Loader=None, Dumper=Dumper): argument
287 def add_path_resolver(tag, path, kind=None, Loader=None, Dumper=Dumper): argument
329 def add_representer(data_type, representer, Dumper=Dumper): argument
338 def add_multi_representer(data_type, multi_representer, Dumper=Dumper): argument
Ddumper.py45 class Dumper(Emitter, Serializer, Representer, Resolver): class
/external/python/pyyaml/tests/lib/
Dtest_yaml_ext.py45 def new_emit(events, stream=None, Dumper=yaml.CDumper, **kwds): argument
49 def new_serialize(node, stream, Dumper=yaml.CDumper, **kwds): argument
53 def new_serialize_all(nodes, stream=None, Dumper=yaml.CDumper, **kwds): argument
57 def new_dump(data, stream=None, Dumper=yaml.CDumper, **kwds): argument
61 def new_dump_all(documents, stream=None, Dumper=yaml.CDumper, **kwds): argument
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDumper.java24 public final class Dumper { class
41 public Dumper() { in Dumper() method in Dumper
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDumper.java24 public final class Dumper { class
41 public Dumper() { in Dumper() method in Dumper
/external/skia/tools/
Ddump_record.cpp30 class Dumper { class
32 explicit Dumper(SkCanvas* canvas, int count) in Dumper() function in Dumper
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.h56 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() function
DELFDumper.cpp277 DumpStyle(ELFDumper<ELFT> *Dumper) : Dumper(Dumper) {} in DumpStyle()
297 const ELFDumper<ELFT> *Dumper; member in __anonaf53c3a30111::DumpStyle
304 GNUStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper) in GNUStyle()
357 LLVMStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper) in LLVMStyle()
496 static void printVersionSymbolSection(ELFDumper<ELFT> *Dumper, const ELFO *Obj, in printVersionSymbolSection()
529 static void printVersionDefinitionSection(ELFDumper<ELFT> *Dumper, in printVersionDefinitionSection()
585 static void printVersionDependencySection(ELFDumper<ELFT> *Dumper, in printVersionDependencySection()
1892 ELFDumper<ELFT> *Dumper; member in __anonaf53c3a30511::MipsGOTParser
1918 MipsGOTParser<ELFT>::MipsGOTParser(ELFDumper<ELFT> *Dumper, const ELFO *Obj, in MipsGOTParser()
Dllvm-readobj.cpp343 std::unique_ptr<ObjDumper> Dumper; in dumpObject() local
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp109 #define ELSE_TRY_DUMP_TYPE(Type, Dumper) else TRY_DUMP_TYPE(Type, Dumper) argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h112 virtual void dumpRight(PDBSymDumper &Dumper) const {} in dumpRight()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp465 MachODumper Dumper(Obj); in macho2yaml() local
499 MachODumper Dumper(*SliceObj.get()); in macho2yaml() local
Dcoff2yaml.cpp278 COFFDumper Dumper(Obj); in coff2yaml() local
Delf2yaml.cpp431 ELFDumper<ELFT> Dumper(Obj); in elf2yaml() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp656 CVSymbolDumperImpl Dumper(Types, ObjDelegate.get(), W, CompilationCPUType, in dump() local
670 CVSymbolDumperImpl Dumper(Types, ObjDelegate.get(), W, CompilationCPUType, in dump() local
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp633 CVSymbolDumperImpl Dumper(CVTD, ObjDelegate.get(), W, PrintRecordBytes); in dump() local
639 CVSymbolDumperImpl Dumper(CVTD, ObjDelegate.get(), W, PrintRecordBytes); in dump() local
/external/mesa3d/src/gallium/tools/trace/
Ddiff_state.py64 class Dumper(Visitor): class

12