Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h88 bool tryReadContiguously(uint32_t Offset, uint32_t Size,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp95 if (tryReadContiguously(Offset, Size, Buffer)) in readBytes()
199 bool MappedBlockStream::tryReadContiguously(uint32_t Offset, uint32_t Size, in tryReadContiguously() function in MappedBlockStream