Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp97 auto CacheIter = CacheMap.find(Offset); in readBytes() local
98 if (CacheIter != CacheMap.end()) { in readBytes()
100 for (auto &Entry : CacheIter->second) { in readBytes()
155 if (CacheIter != CacheMap.end()) { in readBytes()
156 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes()