Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp98 auto CacheIter = CacheMap.find(Offset); in readBytes() local
99 if (CacheIter != CacheMap.end()) { in readBytes()
101 for (auto &Entry : CacheIter->second) { in readBytes()
156 if (CacheIter != CacheMap.end()) { in readBytes()
157 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes()