Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryByteStream.h40 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 DBinaryItemStream.h41 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DBinaryStreamRef.cpp24 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 DBinaryStreamReader.cpp37 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 DMappedBlockStream.cpp87 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 DSimpleRemoteEPCUtils.cpp138 Error FDSimpleRemoteEPCTransport::readBytes(char *Dst, size_t Size, in readBytes() function in llvm::orc::FDSimpleRemoteEPCTransport