Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DTypeDumper.cpp69 EnumDumper Dumper(Printer); in dump() local
78 TypedefDumper Dumper(Printer); in dump() local
94 ClassDefinitionDumper Dumper(Printer); in dump() local
DClassDefinitionDumper.cpp157 VariableDumper Dumper(Printer); in dump() local
166 FunctionDumper Dumper(Printer); in dump() local
177 EnumDumper Dumper(Printer); in dump() local
186 TypedefDumper Dumper(Printer); in dump() local
Dllvm-pdbdump.cpp462 CompilandDumper Dumper(Printer); in dumpInput() local
472 TypeDumper Dumper(Printer); in dumpInput() local
482 CompilandDumper Dumper(Printer); in dumpInput() local
493 FunctionDumper Dumper(Printer); in dumpInput() local
502 VariableDumper Dumper(Printer); in dumpInput() local
508 CompilandDumper Dumper(Printer); in dumpInput() local
518 ExternalSymbolDumper Dumper(Printer); in dumpInput() local
DTypedefDumper.cpp41 BuiltinDumper Dumper(Printer); in dump() local
72 FunctionDumper Dumper(Printer); in dump() local
DVariableDumper.cpp88 BuiltinDumper Dumper(Printer); in dump() local
160 FunctionDumper Dumper(Printer); in tryDumpFunctionPointer() local
DEnumDumper.cpp32 BuiltinDumper Dumper(Printer); in start() local
DFunctionDumper.cpp34 llvm::FunctionDumper &Dumper) { in dumpClassParentWithScopeOperator()
207 BuiltinDumper Dumper(Printer); in dump() local
DCompilandDumper.cpp94 FunctionDumper Dumper(Printer); in dump() local
/external/skia/tools/
DDumpRecord.cpp18 class Dumper { class
20 explicit Dumper(SkCanvas* canvas, int count, bool timeWithCommand) in Dumper() function in __anond6f0c8d30111::Dumper
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.h56 Dumper(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() function
DELFDumper.cpp310 static void printVersionSymbolSection(ELFDumper<ELFT> *Dumper, in printVersionSymbolSection()
342 static void printVersionDefinitionSection(ELFDumper<ELFT> *Dumper, in printVersionDefinitionSection()
1708 ELFDumper<ELFT> *Dumper; member in __anon86c7bc630511::MipsGOTParser
1734 MipsGOTParser<ELFT>::MipsGOTParser(ELFDumper<ELFT> *Dumper, const ELFO *Obj, in MipsGOTParser()
Dllvm-readobj.cpp298 std::unique_ptr<ObjDumper> Dumper; in dumpObject() local
DCOFFDumper.cpp1009 Win64EH::Dumper Dumper(W); in printUnwindInfo() local
1013 COFFDumper *Dumper = reinterpret_cast<COFFDumper *>(user_data); in printUnwindInfo() local
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp108 #define ELSE_TRY_DUMP_TYPE(Type, Dumper) else TRY_DUMP_TYPE(Type, Dumper) argument
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp272 COFFDumper Dumper(Obj); in coff2yaml() local
Delf2yaml.cpp428 ELFDumper<ELFT> Dumper(Obj); in elf2yaml() local
/external/clang/lib/AST/
DASTDumper.cpp188 ASTDumper &Dumper; member in __anon950faced0111::ASTDumper::ColorScope
190 ColorScope(ASTDumper &Dumper, TerminalColor Color) in ColorScope()
2306 ASTDumper Dumper(llvm::errs(), nullptr, nullptr); in dump() local