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

References

lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  119     return remapIndex(Idx, IndexMap);
  123     return remapIndex(Idx, IndexMap);
  222     assert(IndexMap.size() == slotForIndex(CurIndex) &&
  224     IndexMap.push_back(Idx);
  226     assert(slotForIndex(CurIndex) < IndexMap.size());
  227     IndexMap[slotForIndex(CurIndex)] = Idx;
  395   assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) &&