Home
last modified time | relevance | path

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

123

/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
/external/llvm-project/clang/lib/AST/
DASTDumper.cpp165 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump() local
171 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump() local
255 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump() local
264 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump() local
272 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/true); in dumpColor() local
281 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump() local
287 ASTDumper Dumper(llvm::errs(), Context, in dump() local
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyTypedefDumper.cpp39 TypeDumper Dumper(Printer); in dump() local
44 BuiltinDumper Dumper(Printer); in dump() local
75 FunctionDumper Dumper(Printer); in dump() local
DPrettyTypeDumper.cpp278 EnumDumper Dumper(Printer); in dump() local
294 TypedefDumper Dumper(Printer); in dump() local
308 FunctionDumper Dumper(Printer); in dump() local
316 FunctionDumper Dumper(Printer); in dump() local
356 ClassDefinitionDumper Dumper(Printer); in dumpClassLayout() local
DPrettyClassLayoutGraphicalDumper.cpp182 EnumDumper Dumper(Printer); in dump() local
190 TypedefDumper Dumper(Printer); in dump() local
210 FunctionDumper Dumper(Printer); in dump() local
DPrettyEnumDumper.cpp46 BuiltinDumper Dumper(Printer); in start() local
DPrettyFunctionDumper.cpp36 FunctionDumper &Dumper) { in dumpClassParentWithScopeOperator()
217 BuiltinDumper Dumper(Printer); in dump() local
DPrettyClassDefinitionDumper.cpp40 PrettyClassLayoutGraphicalDumper Dumper(Printer, 1, 0); in start() local
Dllvm-pdbutil.cpp1193 CompilandDumper Dumper(Printer); in dumpPretty() local
1209 TypeDumper Dumper(Printer); in dumpPretty() local
1219 CompilandDumper Dumper(Printer); in dumpPretty() local
1232 FunctionDumper Dumper(Printer); in dumpPretty() local
1252 VariableDumper Dumper(Printer); in dumpPretty() local
1268 CompilandDumper Dumper(Printer); in dumpPretty() local
1279 ExternalSymbolDumper Dumper(Printer); in dumpPretty() local
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDumper.java26 public final class Dumper { class
44 public Dumper() { in Dumper() method in Dumper
/external/llvm-project/llvm/tools/llvm-readobj/
DWindowsResourceDumper.h21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() function
DWin64EHDumper.h55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() function
/external/skqp/tools/
DDumpRecord.cpp19 class Dumper { class
21 explicit Dumper(SkCanvas* canvas, int count, bool timeWithCommand) in Dumper() function in __anone17d506c0111::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
/external/llvm-project/llvm/tools/obj2yaml/
Dxcoff2yaml.cpp87 XCOFFDumper Dumper(Obj); in xcoff2yaml() local
Darchive2yaml.cpp104 ArchiveDumper Dumper; in archive2yaml() 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()

123