Home
last modified time | relevance | path

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

12

/src/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_mapper.cpp81 uint32_t readBytes = 0; in ReadTargetMemory() local
101 readBytes = *num_bytes; in ReadTargetMemory()
102 …rr = m_cache.readBytesFromCache(m_acc_curr, address, mem_space, cs_trace_id, &readBytes, p_buffer); in ReadTargetMemory()
108readBytes = m_acc_curr->readBytes(address, mem_space, cs_trace_id, *num_bytes, p_buffer); in ReadTargetMemory()
110 if (readBytes > *num_bytes) in ReadTargetMemory()
118 *num_bytes = readBytes; in ReadTargetMemory()
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.cpp44 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_cache.cpp94 …m_mru[m_mru_idx].valid_len = p_accessor->readBytes(address, mem_space, trcID, MEM_ACC_CACHE_PAGE_S… in readBytesFromCache()
/src/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamRef.cpp21 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function in __anon3da8305f0111::ArrayRefImpl
23 return BBS.readBytes(Offset, Size, Buffer); in readBytes()
42 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function in __anon3da8305f0111::MutableArrayRefImpl
44 return BBS.readBytes(Offset, Size, Buffer); in readBytes()
73 Error BinaryStreamRef::readBytes(uint64_t Offset, uint64_t Size, in readBytes() function in BinaryStreamRef
77 return BorrowedImpl->readBytes(ViewOffset + Offset, Size, Buffer); in readBytes()
H A DBinaryStreamReader.cpp36 Error BinaryStreamReader::readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size) { in readBytes() function in BinaryStreamReader
37 if (auto EC = Stream.readBytes(Offset, Size, Buffer)) in readBytes()
49 if (auto Err = readBytes(NextByte, 1)) in readULEB128()
64 if (auto Err = readBytes(NextByte, 1)) in readSLEB128()
123 if (auto EC = readBytes(Bytes, Length)) in readFixedString()
161 auto EC = Stream.readBytes(Offset, 1, Buffer); in peek()
/src/contrib/llvm-project/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
101 return ImmutableStream.readBytes(Offset, Size, Buffer); in readBytes()
146 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function
237 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function
239 return Impl.readBytes(Offset, Size, Buffer); in readBytes()
H A DBinaryStreamReader.h58 Error readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size);
72 if (auto EC = readBytes(Bytes, sizeof(T))) in readInteger()
162 if (auto EC = readBytes(Buffer, sizeof(T))) in readObject()
189 if (auto EC = readBytes(Bytes, NumElements * sizeof(T))) in readArray()
H A DBinaryStream.h43 virtual Error readBytes(uint64_t Offset, uint64_t Size,
H A DBinaryItemStream.h40 Error readBytes(uint64_t Offset, uint64_t Size, in readBytes() function
/src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp86 Error MappedBlockStream::readBytes(uint64_t Offset, uint64_t Size, in readBytes() function in MappedBlockStream
150 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes()
186 if (auto EC = MsfData.readBytes(MsfOffset, BlockSize, BlockData)) in readLongestContiguousChunk()
228 if (auto EC = MsfData.readBytes(MsfOffset, BlockSize, BlockData)) { in tryReadContiguously()
237 Error MappedBlockStream::readBytes(uint64_t Offset, in readBytes() function in MappedBlockStream
254 if (auto EC = MsfData.readBytes(Offset, BlockSize, BlockData)) in readBytes()
371 Error WritableMappedBlockStream::readBytes(uint64_t Offset, uint64_t Size, in readBytes() function in WritableMappedBlockStream
373 return ReadInterface.readBytes(Offset, Size, Buffer); in readBytes()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h61 Error readBytes(uint64_t Offset, uint64_t Size,
84 Error readBytes(uint64_t Offset, MutableArrayRef<uint8_t> Buffer);
128 Error readBytes(uint64_t Offset, uint64_t Size,
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp138 Error FDSimpleRemoteEPCTransport::readBytes(char *Dst, size_t Size, in readBytes() function in llvm::orc::FDSimpleRemoteEPCTransport
194 if (auto Err2 = readBytes(HeaderBuffer, FDMsgHeader::Size, &IsEOF)) { in listenLoop()
227 if (auto Err2 = readBytes(ArgBytes.data(), ArgBytes.size())) { in listenLoop()
/src/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.h132 …virtual const uint32_t readBytes(const ocsd_vaddr_t s_address, const ocsd_mem_space_acc_t memSpace…
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp60 cantFail(Reader.readBytes(S, 8)); in fromDebugH()
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp44 if (auto EC = Reader.readBytes(Item.Checksum, Header->ChecksumSize)) in operator ()()
H A DCodeViewRecordIO.cpp113 if (auto EC = Reader->readBytes(Bytes, Reader->bytesRemaining())) in mapByteVectorTail()
248 if (auto EC = Reader->readBytes(GuidBytes, GuidSize)) in mapGuid()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h105 if (auto EC = Reader.readBytes(RawData, Prefix->RecordLen + sizeof(uint16_t))) in readCVRecordFromStream()
H A DTypeDeserializer.h154 if (auto EC = Mapping.Reader.readBytes(CVR.Data, RecordLength)) in visitKnownMemberImpl()
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp108 if (auto EC = Buffer->readBytes(StreamBlockOffset, NumBytes, Result)) in getBlockData()
157 if (auto EC = FpmReader.readBytes(FpmBytes, FpmReader.bytesRemaining())) in parseFileHeaders()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h131 Error readBytes(char *Dst, size_t Size, bool *IsEOF = nullptr);

12