Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamRef.cpp25 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anon3da8305f0111::ArrayRefImpl
27 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
46 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anon3da8305f0111::MutableArrayRefImpl
48 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
80 Error BinaryStreamRef::readLongestContiguousChunk( in readLongestContiguousChunk() function in BinaryStreamRef
86 BorrowedImpl->readLongestContiguousChunk(ViewOffset + Offset, Buffer)) in readLongestContiguousChunk()
H A DBinaryStreamReader.cpp28 Error BinaryStreamReader::readLongestContiguousChunk( in readLongestContiguousChunk() function in BinaryStreamReader
30 if (auto EC = Stream.readLongestContiguousChunk(Offset, Buffer)) in readLongestContiguousChunk()
79 if (auto EC = readLongestContiguousChunk(Buffer)) in readCString()
H A DBinaryStreamWriter.cpp74 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
/src/contrib/llvm-project/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()
159 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function
242 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function
244 return Impl.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
H A DBinaryStream.h48 virtual Error readLongestContiguousChunk(uint64_t Offset,
H A DBinaryItemStream.h54 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function
H A DBinaryStreamReader.h49 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
H A DBinaryStreamRef.h192 Error readLongestContiguousChunk(uint64_t Offset,
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h63 Error readLongestContiguousChunk(uint64_t Offset,
130 Error readLongestContiguousChunk(uint64_t Offset,
/src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp164 Error MappedBlockStream::readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in MappedBlockStream
376 Error WritableMappedBlockStream::readLongestContiguousChunk( in readLongestContiguousChunk() function in WritableMappedBlockStream
378 return ReadInterface.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp29 if (auto E = Stream.readLongestContiguousChunk(Offset, Data)) in readStreamData()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h101 if (Error Err = Reader.readLongestContiguousChunk(Data)) { in getRecordOffset()
/src/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1795 exitOnErr(ref.readLongestContiguousChunk(0, bytes)); in findLineTable()
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp210 if (auto EC = Reader.readLongestContiguousChunk(Data)) { in getRecordOffset()