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

References

lib/DebugInfo/MSF/MappedBlockStream.cpp
   97   auto CacheIter = CacheMap.find(Offset);
   98   if (CacheIter != CacheMap.end()) {
  111   for (auto &CacheItem : CacheMap) {
  155   if (CacheIter != CacheMap.end()) {
  160     CacheMap.insert(std::make_pair(Offset, List));
  272 void MappedBlockStream::invalidateCache() { CacheMap.shrink_and_clear(); }
  280   for (const auto &MapEntry : CacheMap) {