Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DBinaryStreamRef.cpp28 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anon62fa0aa10111::ArrayRefImpl
30 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
51 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anon62fa0aa10111::MutableArrayRefImpl
53 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
85 Error BinaryStreamRef::readLongestContiguousChunk( in readLongestContiguousChunk() function in BinaryStreamRef
91 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.cpp73 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryByteStream.h48 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function
104 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function
106 return ImmutableStream.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
160 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function
245 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function
247 return Impl.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
H A DBinaryStream.h49 virtual Error readLongestContiguousChunk(uint64_t Offset,
H A DBinaryItemStream.h55 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function
H A DBinaryStreamReader.h50 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
H A DBinaryStreamRef.h195 Error readLongestContiguousChunk(uint64_t Offset,
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h63 Error readLongestContiguousChunk(uint64_t Offset,
130 Error readLongestContiguousChunk(uint64_t Offset,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp165 Error MappedBlockStream::readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in MappedBlockStream
377 Error WritableMappedBlockStream::readLongestContiguousChunk( in readLongestContiguousChunk() function in WritableMappedBlockStream
379 return ReadInterface.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp28 if (auto E = Stream.readLongestContiguousChunk(Offset, Data)) in readStreamData()
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp1761 exitOnErr(ref.readLongestContiguousChunk(0, bytes)); in findLineTable()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp209 if (auto EC = Reader.readLongestContiguousChunk(Data)) { in getRecordOffset()