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

References

include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
   99     return makeArrayRef(Rows.get(), Header.NumBuckets);
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
   42     Rows.reset();
   57   Rows = std::make_unique<Entry[]>(Header.NumBuckets);
   64     Rows[i].Signature = IndexData.getU64(&Offset);
   71     Rows[i].Index = this;
   72     Rows[i].Contributions =
   74     Contribs[Index - 1] = Rows[i].Contributions.get();
  137     auto &Row = Rows[i];
  168       if (Rows[i].Contributions)
  169         OffsetLookup.push_back(&Rows[i]);
  193   while (Rows[H].getSignature() != S && Rows[H].getSignature() != 0)
  193   while (Rows[H].getSignature() != S && Rows[H].getSignature() != 0)
  196   if (Rows[H].getSignature() != S)
  199   return &Rows[H];