Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypedefDumper.cpp39 TypeDumper Dumper(Printer); in dump() local
44 BuiltinDumper Dumper(Printer); in dump() local
75 FunctionDumper Dumper(Printer); in dump() local
H A 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
H A DPrettyClassLayoutGraphicalDumper.cpp182 EnumDumper Dumper(Printer); in dump() local
190 TypedefDumper Dumper(Printer); in dump() local
210 FunctionDumper Dumper(Printer); in dump() local
H A DPrettyEnumDumper.cpp46 BuiltinDumper Dumper(Printer); in start() local
H A DPrettyFunctionDumper.cpp36 FunctionDumper &Dumper) { in dumpClassParentWithScopeOperator()
217 BuiltinDumper Dumper(Printer); in dump() local
H A DPrettyClassDefinitionDumper.cpp40 PrettyClassLayoutGraphicalDumper Dumper(Printer, 1, 0); in start() local
H A Dllvm-pdbutil.cpp1192 CompilandDumper Dumper(Printer); in dumpPretty() local
1208 TypeDumper Dumper(Printer); in dumpPretty() local
1218 CompilandDumper Dumper(Printer); in dumpPretty() local
1231 FunctionDumper Dumper(Printer); in dumpPretty() local
1251 VariableDumper Dumper(Printer); in dumpPretty() local
1267 CompilandDumper Dumper(Printer); in dumpPretty() local
1278 ExternalSymbolDumper Dumper(Printer); in dumpPretty() local
H A DPrettyCompilandDumper.cpp170 FunctionDumper Dumper(Printer); in dump() local
H A DPrettyVariableDumper.cpp130 BuiltinDumper Dumper(Printer); in dump() local
H A DDumpOutputStyle.cpp1535 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Types, Types); in dumpModuleSymsForObj() local
1589 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Strings, in dumpModuleSymsForPdb() local
1656 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Ids, Types); in dumpGSIRecords() local
1695 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Ids, Types); in dumpGlobals() local
1801 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Ids, Types); in dumpSymbolsFromGSI() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.h21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() function
H A DWin64EHDumper.h55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() function
H A Dllvm-readobj.cpp477 ObjDumper *Dumper; in dumpObject() local
648 WindowsRes::Dumper Dumper(WinRes, Printer); in dumpWindowsResourceFile() local
H A DELFDumper.cpp113 const ObjDumper *Dumper; member
2380 static Error checkHashTable(const ELFDumper<ELFT> &Dumper, in checkHashTable()
2622 const ELFDumper<ELFT> &Dumper; member in __anond60e1ac71211::MipsGOTParser
4270 RelSymbol<ELFT> getSymbolForReloc(const ELFDumper<ELFT> &Dumper, in getSymbolForReloc()
5390 const ELFDumper<ELFT> &Dumper, in printNotesHelper()
6118 getMipsAbiFlagsSection(const ELFDumper<ELFT> &Dumper) { in getMipsAbiFlagsSection()
H A DCOFFDumper.cpp1603 Win64EH::Dumper Dumper(W); in printUnwindInfo() local
1607 COFFDumper *Dumper = reinterpret_cast<COFFDumper *>(user_data); in printUnwindInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp87 XCOFFDumper Dumper(Obj); in xcoff2yaml() local
H A Darchive2yaml.cpp104 ArchiveDumper Dumper; in archive2yaml() local
H A Dmacho2yaml.cpp592 MachODumper Dumper(Obj, std::move(DCtx)); in macho2yaml() local
627 MachODumper Dumper(*SliceObj.get(), std::move(DCtx)); in macho2yaml() local
H A Dcoff2yaml.cpp359 COFFDumper Dumper(Obj); in coff2yaml() local
H A Dwasm2yaml.cpp396 WasmDumper Dumper(Obj); in wasm2yaml() local
H A Delf2yaml.cpp1541 ELFDumper<ELFT> Dumper(Obj, std::move(DWARFCtx)); in elf2yaml() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h109 virtual void dumpRight(PDBSymDumper &Dumper) const {} in dumpRight()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp656 CVSymbolDumperImpl Dumper(Types, ObjDelegate.get(), W, CompilationCPUType, in dump() local
670 CVSymbolDumperImpl Dumper(Types, ObjDelegate.get(), W, CompilationCPUType, in dump() local