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

Overridden By

lib/DebugInfo/DWARF/DWARFContext.cpp
 1778   const DWARFSection &getGnuPubnamesSection() const override {
tools/lld/ELF/DWARF.h
   55   const llvm::DWARFSection &getGnuPubnamesSection() const override {

References

lib/DebugInfo/DWARF/DWARFContext.cpp
  562                  DObj->getGnuPubnamesSection().Data))
  563     DWARFDebugPubTable(*DObj, DObj->getGnuPubnamesSection(), isLittleEndian(),
tools/obj2yaml/dwarf2yaml.cpp
  110   dumpPubSection(DCtx, Y.GNUPubNames, D.getGnuPubnamesSection());