Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp129 Interval CachedExtent = in readBytes() local
131 if (RequestExtent.first >= CachedExtent.first + CachedExtent.second) in readBytes()
134 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes()
141 AbsoluteDifference(CachedExtent.first, Intersection.first); in readBytes()