Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DBinaryStreamRef.cpp29 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anon6be959ef0111::ArrayRefImpl
31 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
52 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anon6be959ef0111::MutableArrayRefImpl
54 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
87 Error BinaryStreamRef::readLongestContiguousChunk( in readLongestContiguousChunk() function in BinaryStreamRef
93 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()
50 if (auto EC = readLongestContiguousChunk(Buffer)) in readCString()
H A DBinaryStreamWriter.cpp62 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryByteStream.h50 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
106 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
108 return ImmutableStream.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
162 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
249 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
251 return Impl.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
H A DBinaryStream.h50 virtual Error readLongestContiguousChunk(uint32_t Offset,
H A DBinaryItemStream.h56 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
H A DBinaryStreamReader.h58 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
H A DBinaryStreamRef.h197 Error readLongestContiguousChunk(uint32_t Offset,
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h66 Error readLongestContiguousChunk(uint32_t Offset,
133 Error readLongestContiguousChunk(uint32_t Offset,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp167 Error MappedBlockStream::readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in MappedBlockStream
379 Error WritableMappedBlockStream::readLongestContiguousChunk( in readLongestContiguousChunk() function in WritableMappedBlockStream
381 return ReadInterface.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1701 ExitOnErr(Ref.readLongestContiguousChunk(0, Bytes)); in findLineTable()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp201 if (auto EC = Reader.readLongestContiguousChunk(Data)) { in getRecordOffset()