Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Support/
DBinaryStreamRef.cpp28 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anonbd39d3660111::ArrayRefImpl
30 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
51 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anonbd39d3660111::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()
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()
DBinaryStreamWriter.cpp73 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
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()
DBinaryStream.h49 virtual Error readLongestContiguousChunk(uint64_t Offset,
DBinaryItemStream.h55 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function
DBinaryStreamReader.h50 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
DBinaryStreamRef.h195 Error readLongestContiguousChunk(uint64_t Offset,
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h63 Error readLongestContiguousChunk(uint64_t Offset,
130 Error readLongestContiguousChunk(uint64_t Offset,
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/MSF/
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/
DNativeEnumInjectedSources.cpp28 if (auto E = Stream.readLongestContiguousChunk(Offset, Data)) in readStreamData()
/openbsd/src/gnu/llvm/lld/COFF/
DPDB.cpp1761 exitOnErr(ref.readLongestContiguousChunk(0, bytes)); in findLineTable()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DCOFFDumper.cpp209 if (auto EC = Reader.readLongestContiguousChunk(Data)) { in getRecordOffset()