Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp112 for (auto &CacheItem : CacheMap) { in readBytes() local
116 if (CacheItem.first == Offset) in readBytes()
120 if (CacheItem.first >= Offset + Size) in readBytes()
125 if (CacheItem.second.empty()) in readBytes()
128 auto CachedAlloc = CacheItem.second.back(); in readBytes()
132 std::make_pair(CacheItem.first, CacheItem.first + CachedAlloc.size()); in readBytes()