Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp95 auto CacheIter = CacheMap.find(Offset); in readBytes() local
96 if (CacheIter != CacheMap.end()) { in readBytes()
98 for (auto &Entry : CacheIter->second) { in readBytes()
153 if (CacheIter != CacheMap.end()) { in readBytes()
154 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes()