Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h85 bool tryReadContiguously(uint64_t Offset, uint64_t Size,
/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp92 if (tryReadContiguously(Offset, Size, Buffer)) in readBytes()
196 bool MappedBlockStream::tryReadContiguously(uint64_t Offset, uint64_t Size, in tryReadContiguously() function in MappedBlockStream