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

Overridden By

lib/DebugInfo/DWARF/DWARFContext.cpp
 1760   const DWARFSection &getLocSection() const override { return LocSection; }

References

lib/DebugInfo/DWARF/DWARFContext.cpp
  384                                    DObj->getLocSection().Data)) {
  721     DWARFDataExtractor LocData(*DObj, DObj->getLocSection(), 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(),
tools/dsymutil/DwarfStreamer.cpp
  405   const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection();