Searched refs:tryReadContiguously (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.h | 54 bool tryReadContiguously(uint32_t Offset, uint32_t Size,
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.cpp | 50 if (tryReadContiguously(Offset, Size, Buffer)) in readBytes() 154 bool MappedBlockStream::tryReadContiguously(uint32_t Offset, uint32_t Size, in tryReadContiguously() function in MappedBlockStream
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/ |
D | MappedBlockStream.h | 88 bool tryReadContiguously(uint32_t Offset, uint32_t Size,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 95 if (tryReadContiguously(Offset, Size, Buffer)) in readBytes() 199 bool MappedBlockStream::tryReadContiguously(uint32_t Offset, uint32_t Size, in tryReadContiguously() function in MappedBlockStream
|