Home
last modified time | relevance | path

Searched refs:readLongestContiguousChunk (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamRef.cpp28 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anon8926229e0111::ArrayRefImpl
30 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
51 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anon8926229e0111::MutableArrayRefImpl
53 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
86 Error BinaryStreamRef::readLongestContiguousChunk( in readLongestContiguousChunk() function in BinaryStreamRef
92 BorrowedImpl->readLongestContiguousChunk(ViewOffset + Offset, Buffer)) in readLongestContiguousChunk()
H A DBinaryStreamReader.cpp29 Error BinaryStreamReader::readLongestContiguousChunk( in readLongestContiguousChunk() function in BinaryStreamReader
31 if (auto EC = Stream.readLongestContiguousChunk(Offset, Buffer)) in readLongestContiguousChunk()
80 if (auto EC = readLongestContiguousChunk(Buffer)) in readCString()
H A DBinaryStreamWriter.cpp74 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h49 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
105 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
107 return ImmutableStream.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
161 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
248 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
250 return Impl.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
H A DBinaryStream.h49 virtual Error readLongestContiguousChunk(uint32_t Offset,
H A DBinaryItemStream.h55 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
H A DBinaryStreamReader.h57 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
H A DBinaryStreamRef.h196 Error readLongestContiguousChunk(uint32_t Offset,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h63 Error readLongestContiguousChunk(uint32_t Offset,
130 Error readLongestContiguousChunk(uint32_t Offset,
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp166 Error MappedBlockStream::readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in MappedBlockStream
378 Error WritableMappedBlockStream::readLongestContiguousChunk( in readLongestContiguousChunk() function in WritableMappedBlockStream
380 return ReadInterface.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp26 if (auto E = Stream.readLongestContiguousChunk(Offset, Data)) in readStreamData()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1743 exitOnErr(ref.readLongestContiguousChunk(0, bytes)); in findLineTable()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp209 if (auto EC = Reader.readLongestContiguousChunk(Data)) { in getRecordOffset()