Home
last modified time | relevance | path

Searched refs:readBytes (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/Support/
H A DBinaryStreamRef.cpp25 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in __anon6be959ef0111::ArrayRefImpl
27 return BBS.readBytes(Offset, Size, Buffer); in readBytes()
48 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in __anon6be959ef0111::MutableArrayRefImpl
50 return BBS.readBytes(Offset, Size, Buffer); in readBytes()
80 Error BinaryStreamRef::readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in BinaryStreamRef
84 return BorrowedImpl->readBytes(ViewOffset + Offset, Size, Buffer); in readBytes()
H A DBinaryStreamReader.cpp37 Error BinaryStreamReader::readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size) { in readBytes() function in BinaryStreamReader
38 if (auto EC = Stream.readBytes(Offset, Size, Buffer)) in readBytes()
94 if (auto EC = readBytes(Bytes, Length)) in readFixedString()
132 auto EC = Stream.readBytes(Offset, 1, Buffer); in peek()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryByteStream.h42 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
101 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
103 return ImmutableStream.readBytes(Offset, Size, Buffer); in readBytes()
149 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
244 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
246 return Impl.readBytes(Offset, Size, Buffer); in readBytes()
H A DBinaryStreamReader.h67 Error readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size);
81 if (auto EC = readBytes(Bytes, sizeof(T))) in readInteger()
160 if (auto EC = readBytes(Buffer, sizeof(T))) in readObject()
187 if (auto EC = readBytes(Bytes, NumElements * sizeof(T))) in readArray()
H A DBinaryStream.h45 virtual Error readBytes(uint32_t Offset, uint32_t Size,
H A DBinaryItemStream.h42 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
H A DBinaryStreamRef.h189 Error readBytes(uint32_t Offset, uint32_t Size,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp89 Error MappedBlockStream::readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in MappedBlockStream
153 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes()
189 if (auto EC = MsfData.readBytes(MsfOffset, BlockSize, BlockData)) in readLongestContiguousChunk()
231 if (auto EC = MsfData.readBytes(MsfOffset, BlockSize, BlockData)) { in tryReadContiguously()
240 Error MappedBlockStream::readBytes(uint32_t Offset, in readBytes() function in MappedBlockStream
257 if (auto EC = MsfData.readBytes(Offset, BlockSize, BlockData)) in readBytes()
374 Error WritableMappedBlockStream::readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in WritableMappedBlockStream
376 return ReadInterface.readBytes(Offset, Size, Buffer); in readBytes()
/freebsd-12.1/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_cb.cpp22 const uint32_t TrcMemAccCB::readBytes(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t memSpa… in readBytes() function in TrcMemAccCB
26 return m_p_CBclass->readBytes(address,memSpace,reqBytes,byteBuffer); in readBytes()
H A Dtrc_mem_acc_bufptr.cpp45 const uint32_t TrcMemAccBufPtr::readBytes(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t me… in readBytes() function in TrcMemAccBufPtr
H A Dtrc_mem_acc_mapper.cpp73 *num_bytes = m_acc_curr->readBytes(address, mem_space, *num_bytes,p_buffer); in ReadTargetMemory()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRawByteChannel.h32 virtual Error readBytes(char *Dst, unsigned Size) = 0;
105 if (auto Err = C.readBytes(reinterpret_cast<char *>(&V), sizeof(T))) in deserialize()
127 if (auto Err = C.readBytes(reinterpret_cast<char *>(&Tmp), 1)) in deserialize()
177 return C.readBytes(&S[0], Count); in deserialize()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h64 Error readBytes(uint32_t Offset, uint32_t Size,
87 Error readBytes(uint32_t Offset, MutableArrayRef<uint8_t> Buffer);
131 Error readBytes(uint32_t Offset, uint32_t Size,
/freebsd-12.1/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_file.h59 …virtual const uint32_t readBytes(const ocsd_vaddr_t s_address, const ocsd_mem_space_acc_t memSpace… in readBytes() function
80 …virtual const uint32_t readBytes(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t memSpace, …
H A Dtrc_mem_acc_cb_if.h66 …virtual const uint32_t readBytes(const ocsd_vaddr_t s_address, const ocsd_mem_space_acc_t memSpace…
H A Dtrc_mem_acc_bufptr.h67 …virtual const uint32_t readBytes(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t memSpace, …
H A Dtrc_mem_acc_cb.h52 …virtual const uint32_t readBytes(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t memSpace, …
H A Dtrc_mem_acc_base.h131 …virtual const uint32_t readBytes(const ocsd_vaddr_t s_address, const ocsd_mem_space_acc_t memSpace…
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp86 if (auto EC = Reader->readBytes(Bytes, Reader->bytesRemaining())) in mapByteVectorTail()
181 if (auto EC = Reader->readBytes(GuidBytes, GuidSize)) in mapGuid()
H A DDebugChecksumsSubsection.cpp45 if (auto EC = Reader.readBytes(Item.Checksum, Header->ChecksumSize)) in operator ()()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp61 cantFail(Reader.readBytes(S, 8)); in fromDebugH()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h99 if (auto EC = Reader.readBytes(RawData, Prefix->RecordLen + sizeof(uint16_t))) in readCVRecordFromStream()
H A DTypeDeserializer.h155 if (auto EC = Mapping.Reader.readBytes(CVR.Data, RecordLength)) in visitKnownMemberImpl()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp109 if (auto EC = Buffer->readBytes(StreamBlockOffset, NumBytes, Result)) in getBlockData()
158 if (auto EC = FpmReader.readBytes(FpmBytes, FpmReader.bytesRemaining())) in parseFileHeaders()
/freebsd-12.1/contrib/llvm/tools/lli/
H A DRemoteJITUtils.h32 llvm::Error readBytes(char *Dst, unsigned Size) override { in readBytes() function

12