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

Overridden By

lib/DebugInfo/DWARF/DWARFContext.cpp
 1770   StringRef getStrSection() const override { return StrSection; }
tools/lld/ELF/DWARF.h
   65   StringRef getStrSection() const override { return strSection; }

References

include/llvm/DebugInfo/DWARF/DWARFContext.h
  304     return DataExtractor(DObj->getStrSection(), false, 0);
lib/DebugInfo/DWARF/DWARFContext.cpp
  474                  DObj->getStrSection())) {
  475     DataExtractor strData(DObj->getStrSection(), isLittleEndian(), 0);
  577                              DObj->getStrSection(), normal_units(),
  810                        DObj->getStrSection(), isLittleEndian());
  815                        DObj->getStrSection(), isLittleEndian());
  820                        DObj->getStrSection(), isLittleEndian());
  826                        DObj->getStrSection(), isLittleEndian());
  831                        DObj->getStrSection(), isLittleEndian());
lib/DebugInfo/DWARF/DWARFUnit.cpp
   41                &D.getLocSection(), D.getStrSection(),
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  301             &DObj.getLocSection(), DObj.getStrSection(),
  315             &DObj.getLocSection(), DObj.getStrSection(),
  586     if (SecOffset && *SecOffset >= DObj.getStrSection().size()) {
  622     if (StringOffset >= DObj.getStrSection().size()) {
 1464   DataExtractor StrData(D.getStrSection(), DCtx.isLittleEndian(), 0);
tools/obj2yaml/dwarf2yaml.cpp
   51   StringRef RemainingTable = DCtx.getDWARFObj().getStrSection();