Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamRef.cpp28 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anon258ee4f50111::ArrayRefImpl
30 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
51 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anon258ee4f50111::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()
/external/llvm-project/llvm/lib/Support/
DBinaryStreamRef.cpp28 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anone37034010111::ArrayRefImpl
30 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
51 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anone37034010111::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()
/external/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
/external/llvm-project/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
/external/llvm/lib/DebugInfo/CodeView/
DStreamReader.cpp20 Error StreamReader::readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer) { in readLongestContiguousChunk() function in StreamReader
21 if (auto EC = Stream.readLongestContiguousChunk(Offset, Buffer)) in readLongestContiguousChunk()
DStreamWriter.cpp71 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
DByteStream.cpp47 Error ByteStream<Writable>::readLongestContiguousChunk( in readLongestContiguousChunk() function in ByteStream
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamRef.h41 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
46 if (auto EC = Stream->readLongestContiguousChunk(Offset, Buffer)) in readLongestContiguousChunk()
DStreamInterface.h39 virtual Error readLongestContiguousChunk(uint32_t Offset,
DByteStream.h36 Error readLongestContiguousChunk(uint32_t Offset,
/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h63 Error readLongestContiguousChunk(uint32_t Offset,
130 Error readLongestContiguousChunk(uint32_t Offset,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h65 Error readLongestContiguousChunk(uint32_t Offset,
132 Error readLongestContiguousChunk(uint32_t Offset,
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DMappedBlockStream.h34 Error readLongestContiguousChunk(uint32_t Offset,
/external/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()
/external/llvm-project/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()
/external/llvm-project/llvm/unittests/Support/
DBinaryStreamTest.cpp54 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anon6f480e200111::BrokenStream
230 ASSERT_THAT_ERROR(Ref.readLongestContiguousChunk(2, Buffer), Succeeded()); in TEST_F()
238 EXPECT_THAT_ERROR(Ref.readLongestContiguousChunk(6, Buffer), Failed()); in TEST_F()
250 ASSERT_THAT_ERROR(Ref.readLongestContiguousChunk(2, Buffer), Succeeded()); in TEST_F()
263 ASSERT_THAT_ERROR(Ref.readLongestContiguousChunk(2, Buffer), Succeeded()); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp26 if (auto E = Stream.readLongestContiguousChunk(Offset, Data)) in readStreamData()

12