/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | BinaryStreamRef.cpp | 29 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anona6344a4d0111::ArrayRefImpl 31 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk() 52 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anona6344a4d0111::MutableArrayRefImpl 54 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk() 87 Error BinaryStreamRef::readLongestContiguousChunk( in readLongestContiguousChunk() function in BinaryStreamRef 93 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() 50 if (auto EC = readLongestContiguousChunk(Buffer)) in readCString()
|
D | BinaryStreamWriter.cpp | 62 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | BinaryByteStream.h | 50 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function 106 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function 108 return ImmutableStream.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk() 162 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function 249 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function 251 return Impl.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
|
D | BinaryStream.h | 50 virtual Error readLongestContiguousChunk(uint32_t Offset,
|
D | BinaryItemStream.h | 56 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
|
D | BinaryStreamReader.h | 58 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
|
D | BinaryStreamRef.h | 197 Error readLongestContiguousChunk(uint32_t Offset,
|
/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,
|
D | StreamReader.h | 31 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/ |
D | MappedBlockStream.h | 66 Error readLongestContiguousChunk(uint32_t Offset, 133 Error readLongestContiguousChunk(uint32_t Offset,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 167 Error MappedBlockStream::readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in MappedBlockStream 379 Error WritableMappedBlockStream::readLongestContiguousChunk( in readLongestContiguousChunk() function in WritableMappedBlockStream 381 return ReadInterface.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.h | 34 Error readLongestContiguousChunk(uint32_t Offset,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | BinaryStreamTest.cpp | 54 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anonb96296ec0111::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/llvm/lib/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.cpp | 122 Error MappedBlockStream::readLongestContiguousChunk( in readLongestContiguousChunk() function in MappedBlockStream
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/ |
D | MappedBlockStreamTest.cpp | 48 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function in __anon20d442d40111::DiscontiguousStream
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 195 if (auto EC = Reader.readLongestContiguousChunk(Data)) { in getRecordOffset()
|