Searched defs:readBytes (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | BinaryByteStream.h | 40 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function 99 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function 147 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function 240 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function
|
H A D | BinaryItemStream.h | 41 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | BinaryStreamRef.cpp | 24 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function in __anon62fa0aa10111::ArrayRefImpl 47 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function in __anon62fa0aa10111::MutableArrayRefImpl 78 Error BinaryStreamRef::readBytes(uint64_t Offset, uint64_t Size, in readBytes() function in BinaryStreamRef
|
H A D | BinaryStreamReader.cpp | 37 Error BinaryStreamReader::readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size) { in readBytes() function in BinaryStreamReader
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 87 Error MappedBlockStream::readBytes(uint64_t Offset, uint64_t Size, in readBytes() function in MappedBlockStream 238 Error MappedBlockStream::readBytes(uint64_t Offset, in readBytes() function in MappedBlockStream 372 Error WritableMappedBlockStream::readBytes(uint64_t Offset, uint64_t Size, in readBytes() function in WritableMappedBlockStream
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | SimpleRemoteEPCUtils.cpp | 138 Error FDSimpleRemoteEPCTransport::readBytes(char *Dst, size_t Size, in readBytes() function in llvm::orc::FDSimpleRemoteEPCTransport
|