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

References

lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  242     CurrentTI = LargestTypeIndex + 1;
  249     ensureCapacityFor(CurrentTI);
  250     LargestTypeIndex = std::max(LargestTypeIndex, CurrentTI);
  251     auto Idx = CurrentTI.toArrayIndex();
  256     ++CurrentTI;
  258   if (CurrentTI <= TI) {