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

References

lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  152     unsigned MapPos = slotForIndex(Idx);
  222     assert(IndexMap.size() == slotForIndex(CurIndex) &&
  226     assert(slotForIndex(CurIndex) < IndexMap.size());
  227     IndexMap[slotForIndex(CurIndex)] = Idx;
  233   size_t MapPos = slotForIndex(Idx);
  395   assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) &&