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

Overridden By

lib/DebugInfo/DWARF/DWARFContext.cpp
 1769   const DWARFSection &getLineSection() const override { return LineSection; }
tools/lld/ELF/DWARF.h
   47   const llvm::DWARFSection &getLineSection() const override {

References

lib/DebugInfo/DWARF/DWARFContext.cpp
  445                                    DObj->getLineSection().Data)) {
  446     DWARFDataExtractor LineData(*DObj, DObj->getLineSection(), isLittleEndian(),
lib/DebugInfo/DWARF/DWARFUnit.cpp
   43                D.getLineSection(), D.isLittleEndian(), false, false,
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  303             DObj.getLineSection(), DCtx.isLittleEndian(), false,
  317             DObj.getLineSection(), DCtx.isLittleEndian(), false,
  463       if (*SectionOffset >= DObj.getLineSection().Data.size())
  669     if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) {
tools/dsymutil/DwarfLinker.cpp
 1825       OrigDwarf.getDWARFObj(), OrigDwarf.getDWARFObj().getLineSection(),
 1936     StringRef LineData = OrigDwarf.getDWARFObj().getLineSection().Data;
tools/obj2yaml/dwarf2yaml.cpp
  248       DataExtractor LineData(DCtx.getDWARFObj().getLineSection().Data,
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
   54         Obj, Obj.getLineSection(),