Home
last modified time | relevance | path

Searched refs:CachedAlloc (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp128 auto CachedAlloc = CacheItem.second.back(); in readBytes() local
132 std::make_pair(CacheItem.first, CacheItem.first + CachedAlloc.size()); in readBytes()
144 Buffer = CachedAlloc.slice(CacheRangeOffset, Size); in readBytes()