Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp185 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump() local
191 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump() local
313 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump() local
322 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump() local
330 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/true); in dumpColor() local
339 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump() local
345 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump() local
372 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump() local
378 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump() local
387 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump() local
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypedefDumper.cpp41 TypeDumper Dumper(Printer); in dump() local
46 BuiltinDumper Dumper(Printer); in dump() local
77 FunctionDumper Dumper(Printer); in dump() local
H A DPrettyTypeDumper.cpp280 EnumDumper Dumper(Printer); in dump() local
296 TypedefDumper Dumper(Printer); in dump() local
310 FunctionDumper Dumper(Printer); in dump() local
318 FunctionDumper Dumper(Printer); in dump() local
358 ClassDefinitionDumper Dumper(Printer); in dumpClassLayout() local
H A DPrettyClassLayoutGraphicalDumper.cpp183 EnumDumper Dumper(Printer); in dump() local
191 TypedefDumper Dumper(Printer); in dump() local
211 FunctionDumper Dumper(Printer); in dump() local
H A DPrettyEnumDumper.cpp47 BuiltinDumper Dumper(Printer); in start() local
H A DPrettyFunctionDumper.cpp39 FunctionDumper &Dumper) { in dumpClassParentWithScopeOperator()
220 BuiltinDumper Dumper(Printer); in dump() local
H A DPrettyClassDefinitionDumper.cpp41 PrettyClassLayoutGraphicalDumper Dumper(Printer, 1, 0); in start() local
H A Dllvm-pdbutil.cpp1244 Dumper.start(*Compiland, true); in dumpPretty() local
1218 CompilandDumper Dumper(Printer); dumpPretty() local
1234 TypeDumper Dumper(Printer); dumpPretty() local
1257 FunctionDumper Dumper(Printer); dumpPretty() local
1277 VariableDumper Dumper(Printer); dumpPretty() local
1293 CompilandDumper Dumper(Printer); dumpPretty() local
1304 ExternalSymbolDumper Dumper(Printer); dumpPretty() local
[all...]
H A DPrettyCompilandDumper.cpp170 FunctionDumper Dumper(Printer); in dump() local
H A DPrettyVariableDumper.cpp132 BuiltinDumper Dumper(Printer); in dump() local
H A DDumpOutputStyle.cpp1435 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Types, Types); in dumpModuleSymsForObj() local
1482 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Strings, in dumpModuleSymsForPdb() local
1561 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Ids, Types); in dumpGSIRecords() local
1600 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Ids, Types); in dumpGlobals() local
1706 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Ids, Types); in dumpSymbolsFromGSI() local
/freebsd/contrib/llvm-project/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.cpp374 ObjDumper *Dumper; in dumpObject() local
586 WindowsRes::Dumper Dumper(WinRes, Printer); in dumpWindowsResourceFile() local
H A DELFDumper.cpp121 const ObjDumper *Dumper; member
2579 static Error checkHashTable(const ELFDumper<ELFT> &Dumper, in checkHashTable()
2940 const ELFDumper<ELFT> &Dumper; member in __anonbcadc77c1111::MipsGOTParser
4831 RelSymbol<ELFT> getSymbolForReloc(const ELFDumper<ELFT> &Dumper, in getSymbolForReloc()
6094 const ELFDumper<ELFT> &Dumper, in processNotesHelper()
6968 getMipsAbiFlagsSection(const ELFDumper<ELFT> &Dumper) { in getMipsAbiFlagsSection()
7664 const LLVMELFDumper<ELFT> *Dumper, in getSymbolIndices()
H A DCOFFDumper.cpp1751 Win64EH::Dumper Dumper(W); in printUnwindInfo() local
1755 COFFDumper *Dumper = reinterpret_cast<COFFDumper *>(user_data); in printUnwindInfo() local
H A DXCOFFDumper.cpp1058 XCOFFDumper *Dumper) { in checkAndPrintAuxHeaderParseError()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h80 Dumper(const object::ObjectFile &O) : O(O) {} Dumper() function
H A Dllvm-objdump.cpp362 Dumper::Dumper(const object::ObjectFile &O) : O(O) { in Dumper() function in Dumper
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h110 virtual void dumpRight(PDBSymDumper &Dumper) const {} in dumpRight()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp654 CVSymbolDumperImpl Dumper(Types, ObjDelegate.get(), W, CompilationCPUType, dump() local
668 CVSymbolDumperImpl Dumper(Types, ObjDelegate.get(), W, CompilationCPUType, dump() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp142 ASTDumper Dumper(OS, false); in print() local