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

References

lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  446   uint32_t Index = Section.AccelSection.getULEB128(Offset);
  447   uint32_t Form = Section.AccelSection.getULEB128(Offset);
  472   uint32_t Code = Section.AccelSection.getULEB128(Offset);
  476   uint32_t Tag = Section.AccelSection.getULEB128(Offset);
  484   const DWARFDataExtractor &AS = Section.AccelSection;
  583   return Section.AccelSection.getRelocatedValue(4, &Offset);
  589   return Section.AccelSection.getRelocatedValue(4, &Offset);
  596   return Section.AccelSection.getU64(&Offset);
  601   const DWARFDataExtractor &AS = Section.AccelSection;
  630   const DWARFDataExtractor &AS = Section.AccelSection;
  635   return {Section.StringSection, Index, StringOffset, EntryOffset};
  642   return Section.AccelSection.getU32(&BucketOffset);
  648   return Section.AccelSection.getU32(&HashOffset);
  834   for (const NameIndex *End = CurrentIndex->Section.NameIndices.end();
  850   if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) {