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

Overridden By

lib/DebugInfo/DWARF/DWARFContext.cpp
 1781   const DWARFSection &getGnuPubtypesSection() const override {
tools/lld/ELF/DWARF.h
   59   const llvm::DWARFSection &getGnuPubtypesSection() const override {

References

lib/DebugInfo/DWARF/DWARFContext.cpp
  568                  DObj->getGnuPubtypesSection().Data))
  569     DWARFDebugPubTable(*DObj, DObj->getGnuPubtypesSection(), isLittleEndian(),
tools/obj2yaml/dwarf2yaml.cpp
  113   dumpPubSection(DCtx, Y.GNUPubTypes, D.getGnuPubtypesSection());