/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTDumper.cpp | 185 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 D | PrettyTypedefDumper.cpp | 41 TypeDumper Dumper(Printer); in dump() local 46 BuiltinDumper Dumper(Printer); in dump() local 77 FunctionDumper Dumper(Printer); in dump() local
|
H A D | PrettyTypeDumper.cpp | 280 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 D | PrettyClassLayoutGraphicalDumper.cpp | 183 EnumDumper Dumper(Printer); in dump() local 191 TypedefDumper Dumper(Printer); in dump() local 211 FunctionDumper Dumper(Printer); in dump() local
|
H A D | PrettyEnumDumper.cpp | 47 BuiltinDumper Dumper(Printer); in start() local
|
H A D | PrettyFunctionDumper.cpp | 39 FunctionDumper &Dumper) { in dumpClassParentWithScopeOperator() 220 BuiltinDumper Dumper(Printer); in dump() local
|
H A D | PrettyClassDefinitionDumper.cpp | 41 PrettyClassLayoutGraphicalDumper Dumper(Printer, 1, 0); in start() local
|
H A D | llvm-pdbutil.cpp | 1244 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 D | PrettyCompilandDumper.cpp | 170 FunctionDumper Dumper(Printer); in dump() local
|
H A D | PrettyVariableDumper.cpp | 132 BuiltinDumper Dumper(Printer); in dump() local
|
H A D | DumpOutputStyle.cpp | 1435 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 D | WindowsResourceDumper.h | 21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() function
|
H A D | Win64EHDumper.h | 55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() function
|
H A D | llvm-readobj.cpp | 374 ObjDumper *Dumper; in dumpObject() local 586 WindowsRes::Dumper Dumper(WinRes, Printer); in dumpWindowsResourceFile() local
|
H A D | ELFDumper.cpp | 121 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 D | COFFDumper.cpp | 1751 Win64EH::Dumper Dumper(W); in printUnwindInfo() local 1755 COFFDumper *Dumper = reinterpret_cast<COFFDumper *>(user_data); in printUnwindInfo() local
|
H A D | XCOFFDumper.cpp | 1058 XCOFFDumper *Dumper) { in checkAndPrintAuxHeaderParseError()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.h | 80 Dumper(const object::ObjectFile &O) : O(O) {} Dumper() function
|
H A D | llvm-objdump.cpp | 362 Dumper::Dumper(const object::ObjectFile &O) : O(O) { in Dumper() function in Dumper
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbol.h | 110 virtual void dumpRight(PDBSymDumper &Dumper) const {} in dumpRight()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 654 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 D | TypeErasedDataflowAnalysis.cpp | 142 ASTDumper Dumper(OS, false); in print() local
|