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

References

lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
   42   Records.resize(RecordCountHint);
   68   Records.clear();
   69   Records.resize(RecordCountHint);
   87   return Records[Index.toArrayIndex()].Offset;
   97   return Records[Index.toArrayIndex()].Type;
  110   return Records[Index.toArrayIndex()].Type;
  128   if (Records[I].Name.data() == nullptr) {
  130     Records[I].Name = Result;
  132   return Records[I].Name;
  139   if (Records.size() <= Index.toArrayIndex())
  141   if (!Records[Index.toArrayIndex()].Type.valid())
  148 uint32_t LazyRandomTypeCollection::capacity() { return Records.size(); }
  167   Records.resize(NewCapacity);
  241     uint32_t Offset = Records[LargestTypeIndex.toArrayIndex()].Offset;
  252     Records[Idx].Type = *Begin;
  253     Records[Idx].Offset = Begin.offset();
  273     Records[Idx].Type = *RI;
  274     Records[Idx].Offset = RI.offset();