Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp83 auto CachedAlloc = CacheItem.second.back(); in readBytes() local
87 std::make_pair(CacheItem.first, CacheItem.first + CachedAlloc.size()); in readBytes()
99 Buffer = CachedAlloc.slice(CacheRangeOffset, Size); in readBytes()