Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamRef.cpp28 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anonb0c7aaf40111::ArrayRefImpl
30 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
51 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anonb0c7aaf40111::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()
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.cpp74 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
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()
DBinaryStream.h49 virtual Error readLongestContiguousChunk(uint32_t Offset,
DBinaryItemStream.h55 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
DBinaryStreamReader.h57 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
DBinaryStreamRef.h196 Error readLongestContiguousChunk(uint32_t Offset,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h65 Error readLongestContiguousChunk(uint32_t Offset,
132 Error readLongestContiguousChunk(uint32_t Offset,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp26 if (auto E = Stream.readLongestContiguousChunk(Offset, Data)) in readStreamData()