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

References

lib/DebugInfo/PDB/Native/SymbolCache.cpp
  144   const auto Entry = TypeIndexToSymbolId.find(Index);
  145   if (Entry != TypeIndexToSymbolId.end())
  151     assert(TypeIndexToSymbolId.count(Index) == 0);
  152     TypeIndexToSymbolId[Index] = Result;
  175       assert(TypeIndexToSymbolId.count(Index) == 0);
  176       TypeIndexToSymbolId[Index] = Result;
  224     assert(TypeIndexToSymbolId.count(Index) == 0);
  225     TypeIndexToSymbolId[Index] = Id;