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

References

lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
   49   if (!Header.parse(IndexData, &Offset))
   53           Offset, Header.NumBuckets * (8 + 4) +
   64     Rows[i].Signature = IndexData.getU64(&Offset);
   68     auto Index = IndexData.getU32(&Offset);
   79     ColumnKinds[i] = static_cast<DWARFSectionKind>(IndexData.getU32(&Offset));
   94       Contrib[i].Offset = IndexData.getU32(&Offset);
  101       Contrib[i].Length = IndexData.getU32(&Offset);