Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp166 CompilandDumper Dumper(Printer); in dumpInput() local
176 TypeDumper Dumper(Printer); in dumpInput() local
186 CompilandDumper Dumper(Printer); in dumpInput() local
197 FunctionDumper Dumper(Printer); in dumpInput() local
206 VariableDumper Dumper(Printer); in dumpInput() local
212 CompilandDumper Dumper(Printer); in dumpInput() local
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
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 __anonf0e155ee0111::Dumper
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.h56 Dumper(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() function
Dllvm-readobj.cpp253 std::unique_ptr<ObjDumper> Dumper; in dumpObject() local
DCOFFDumper.cpp995 Win64EH::Dumper Dumper(W); in printUnwindInfo() local
999 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.cpp269 COFFDumper Dumper(Obj); in coff2yaml() local
Delf2yaml.cpp324 ELFDumper<ELFT> Dumper(Obj); in elf2yaml() local
/external/clang/lib/AST/
DASTDumper.cpp187 ASTDumper &Dumper; member in __anoned57ecc80111::ASTDumper::ColorScope
189 ColorScope(ASTDumper &Dumper, TerminalColor Color) in ColorScope()
2246 ASTDumper Dumper(llvm::errs(), nullptr, nullptr); in dump() local