/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BinaryStreamRef.cpp | 28 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()
|
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()
|
/external/llvm-project/llvm/lib/Support/ |
D | BinaryStreamRef.cpp | 28 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()
|
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()
|
/external/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
|
/external/llvm-project/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
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | StreamReader.cpp | 20 Error StreamReader::readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer) { in readLongestContiguousChunk() function in StreamReader 21 if (auto EC = Stream.readLongestContiguousChunk(Offset, Buffer)) in readLongestContiguousChunk()
|
D | StreamWriter.cpp | 71 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
|
D | ByteStream.cpp | 47 Error ByteStream<Writable>::readLongestContiguousChunk( in readLongestContiguousChunk() function in ByteStream
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | StreamRef.h | 41 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function 46 if (auto EC = Stream->readLongestContiguousChunk(Offset, Buffer)) in readLongestContiguousChunk()
|
D | StreamInterface.h | 39 virtual Error readLongestContiguousChunk(uint32_t Offset,
|
D | ByteStream.h | 36 Error readLongestContiguousChunk(uint32_t Offset,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
D | MappedBlockStream.h | 63 Error readLongestContiguousChunk(uint32_t Offset, 130 Error readLongestContiguousChunk(uint32_t Offset,
|
/external/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,
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.h | 34 Error readLongestContiguousChunk(uint32_t Offset,
|
/external/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()
|
/external/llvm-project/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()
|
/external/llvm-project/llvm/unittests/Support/ |
D | BinaryStreamTest.cpp | 54 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/ |
D | NativeEnumInjectedSources.cpp | 26 if (auto E = Stream.readLongestContiguousChunk(Offset, Data)) in readStreamData()
|