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

References

lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
   28   if (!data.isValidOffset(*offset_ptr))
   30                        "invalid range list offset 0x%" PRIx64, *offset_ptr);
   36   Offset = *offset_ptr;
   41     uint64_t prev_offset = *offset_ptr;
   42     Entry.StartAddress = data.getRelocatedAddress(offset_ptr);
   44         data.getRelocatedAddress(offset_ptr, &Entry.SectionIndex);
   47     if (*offset_ptr != prev_offset + 2 * AddressSize) {