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

References

lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  627   assert(0 < Index && Index <= Hdr.NameCount);
  627   assert(0 < Index && Index <= Hdr.NameCount);
  628   uint64_t StringOffsetOffset = StringOffsetsBase + 4 * (Index - 1);
  629   uint64_t EntryOffsetOffset = EntryOffsetsBase + 4 * (Index - 1);
  635   return {Section.StringSection, Index, StringOffset, EntryOffset};