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

References

lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
   39     Entry.SectionIndex = -1ULL;
   42     Entry.StartAddress = data.getRelocatedAddress(offset_ptr);
   43     Entry.EndAddress =
   44         data.getRelocatedAddress(offset_ptr, &Entry.SectionIndex);
   53     if (Entry.isEndOfListEntry())
   55     Entries.push_back(Entry);