Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h85 bool tryReadContiguously(uint32_t Offset, uint32_t Size,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp94 if (tryReadContiguously(Offset, Size, Buffer)) in readBytes()
198 bool MappedBlockStream::tryReadContiguously(uint32_t Offset, uint32_t Size, in tryReadContiguously() function in MappedBlockStream