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

References

include/llvm/DebugInfo/PDB/Native/HashTable.h
  279     if (Entry != end()) {
  280       assert(isPresent(Entry.index()));
  281       assert(Traits.storageKeyToLookupKey(Buckets[Entry.index()].first) == K);
  283       Buckets[Entry.index()].second = V;
  287     auto &B = Buckets[Entry.index()];
  288     assert(!isPresent(Entry.index()));
  289     assert(Entry.isEnd());
  292     Present.set(Entry.index());
  293     Deleted.reset(Entry.index());