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/ |
D | BinaryStreamRef.cpp | 28 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()
|
D | BinaryStreamReader.cpp | 29 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()
|
D | BinaryStreamWriter.cpp | 74 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryByteStream.h | 49 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()
|
D | BinaryStream.h | 49 virtual Error readLongestContiguousChunk(uint32_t Offset,
|
D | BinaryItemStream.h | 55 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
|
D | BinaryStreamReader.h | 57 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
|
D | BinaryStreamRef.h | 196 Error readLongestContiguousChunk(uint32_t Offset,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/ |
D | MappedBlockStream.h | 65 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/ |
D | MappedBlockStream.cpp | 166 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/ |
D | NativeEnumInjectedSources.cpp | 26 if (auto E = Stream.readLongestContiguousChunk(Offset, Data)) in readStreamData()
|