reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-readobj/llvm-readobj.cpp
  445   if (std::error_code EC = createDumper(Obj, Writer, Dumper))
  458     Dumper->printLoadName();
  462     Dumper->printFileHeaders();
  464     Dumper->printSectionHeaders();
  466     Dumper->printRelocations();
  468     Dumper->printDynamicRelocations();
  470     Dumper->printSymbols(opts::Symbols, opts::DynamicSymbols);
  472     Dumper->printHashSymbols();
  474     Dumper->printUnwindInfo();
  476     Dumper->printDynamicTable();
  478     Dumper->printNeededLibraries();
  480     Dumper->printProgramHeaders(opts::ProgramHeaders, opts::SectionMapping);
  482     Dumper->printSectionsAsString(Obj, opts::StringDump);
  484     Dumper->printSectionsAsHex(Obj, opts::HexDump);
  486     Dumper->printHashTable();
  488     Dumper->printGnuHashTable();
  490     Dumper->printVersionInfo();
  493       Dumper->printELFLinkerOptions();
  495       Dumper->printArchSpecificInfo();
  497       Dumper->printGroupSections();
  499       Dumper->printHashHistogram();
  501       Dumper->printCGProfile();
  503       Dumper->printAddrsig();
  505       Dumper->printNotes();
  509       Dumper->printCOFFImports();
  511       Dumper->printCOFFExports();
  513       Dumper->printCOFFDirectives();
  515       Dumper->printCOFFBaseReloc();
  517       Dumper->printCOFFDebugDirectory();
  519       Dumper->printCOFFResources();
  521       Dumper->printCOFFLoadConfig();
  523       Dumper->printAddrsig();
  525       Dumper->printCodeViewDebugInfo();
  527       Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable,
  533       Dumper->printMachODataInCode();
  535       Dumper->printMachOIndirectSymbols();
  537       Dumper->printMachOLinkerOptions();
  539       Dumper->printMachOSegment();
  541       Dumper->printMachOVersionMin();
  543       Dumper->printMachODysymtab();
  546     Dumper->printStackMap();
  548     Dumper->printStackSizes();