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

References

lib/DebugInfo/CodeView/TypeStreamMerger.cpp
   71     CurIndex += SourceToDest.size();
  222     assert(IndexMap.size() == slotForIndex(CurIndex) &&
  226     assert(slotForIndex(CurIndex) < IndexMap.size());
  227     IndexMap[slotForIndex(CurIndex)] = Idx;
  339     CurIndex = TypeIndex(TypeIndex::FirstNonSimpleIndex);
  380       GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()];
  394   ++CurIndex;
  395   assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) &&