Home
last modified time | relevance | path

Searched refs:CacheItem (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp110 for (auto &CacheItem : CacheMap) { in readBytes() local
114 if (CacheItem.first == Offset) in readBytes()
118 if (CacheItem.first >= Offset + Size) in readBytes()
123 if (CacheItem.second.empty()) in readBytes()
126 auto CachedAlloc = CacheItem.second.back(); in readBytes()
130 std::make_pair(CacheItem.first, CacheItem.first + CachedAlloc.size()); in readBytes()