| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | BinaryStreamRef.cpp | 28 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anon5a058c9a0111::ArrayRefImpl 30 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk() 51 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anon5a058c9a0111::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()
|
| H A 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()
|
| H A D | BinaryStreamWriter.cpp | 73 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | BinaryByteStream.h | 48 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function 104 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function 106 return ImmutableStream.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk() 160 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function 245 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function 247 return Impl.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
|
| H A D | BinaryStream.h | 49 virtual Error readLongestContiguousChunk(uint64_t Offset,
|
| H A D | BinaryItemStream.h | 55 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function
|
| H A D | BinaryStreamReader.h | 50 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
|
| H A D | BinaryStreamRef.h | 195 Error readLongestContiguousChunk(uint64_t Offset,
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 63 Error readLongestContiguousChunk(uint64_t Offset, 130 Error readLongestContiguousChunk(uint64_t Offset,
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 165 Error MappedBlockStream::readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in MappedBlockStream 377 Error WritableMappedBlockStream::readLongestContiguousChunk( in readLongestContiguousChunk() function in WritableMappedBlockStream 379 return ReadInterface.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumInjectedSources.cpp | 28 if (auto E = Stream.readLongestContiguousChunk(Offset, Data)) in readStreamData()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | BinaryStreamTest.cpp | 53 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anone0c2a0990111::BrokenStream 229 ASSERT_THAT_ERROR(Ref.readLongestContiguousChunk(2, Buffer), Succeeded()); in TEST_F() 237 EXPECT_THAT_ERROR(Ref.readLongestContiguousChunk(6, Buffer), Failed()); in TEST_F() 249 ASSERT_THAT_ERROR(Ref.readLongestContiguousChunk(2, Buffer), Succeeded()); in TEST_F() 262 ASSERT_THAT_ERROR(Ref.readLongestContiguousChunk(2, Buffer), Succeeded()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/MSF/ |
| H A D | MappedBlockStreamTest.cpp | 47 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anon8ef2c6610111::DiscontiguousStream
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | PDB.cpp | 1743 exitOnErr(ref.readLongestContiguousChunk(0, bytes)); in findLineTable()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 210 if (auto EC = Reader.readLongestContiguousChunk(Data)) { in getRecordOffset()
|