Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp53 auto CacheIter = CacheMap.find(Offset); in readBytes() local
54 if (CacheIter != CacheMap.end()) { in readBytes()
56 for (auto &Entry : CacheIter->second) { in readBytes()
111 if (CacheIter != CacheMap.end()) { in readBytes()
112 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
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()