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

References

lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
   82     E.SectionIndex = RLE.SectionIndex;
   89       if (E.SectionIndex == -1ULL)
   90         E.SectionIndex = BaseAddr->SectionIndex;
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
  133     E.SectionIndex = RLE.SectionIndex;
  134     if (BaseAddr && E.SectionIndex == -1ULL)
  135       E.SectionIndex = BaseAddr->SectionIndex;
  158       E.SectionIndex = Start->SectionIndex;
lib/DebugInfo/DWARF/DWARFDie.cpp
   74     DWARFFormValue::dumpAddressSection(Obj, OS, DumpOpts, R.SectionIndex);
tools/lld/ELF/SyntheticSections.cpp
 2577       if (r.SectionIndex == -1ULL)
 2579       InputSectionBase *s = sections[r.SectionIndex];