| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | BinaryStreamRef.cpp | 25 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anon3da8305f0111::ArrayRefImpl 27 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk() 46 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anon3da8305f0111::MutableArrayRefImpl 48 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk() 80 Error BinaryStreamRef::readLongestContiguousChunk( in readLongestContiguousChunk() function in BinaryStreamRef 86 BorrowedImpl->readLongestContiguousChunk(ViewOffset + Offset, Buffer)) in readLongestContiguousChunk()
|
| H A D | BinaryStreamReader.cpp | 28 Error BinaryStreamReader::readLongestContiguousChunk( in readLongestContiguousChunk() function in BinaryStreamReader 30 if (auto EC = Stream.readLongestContiguousChunk(Offset, Buffer)) in readLongestContiguousChunk() 79 if (auto EC = readLongestContiguousChunk(Buffer)) in readCString()
|
| H A D | BinaryStreamWriter.cpp | 74 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
|
| /src/contrib/llvm-project/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() 159 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function 242 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function 244 return Impl.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
|
| H A D | BinaryStream.h | 48 virtual Error readLongestContiguousChunk(uint64_t Offset,
|
| H A D | BinaryItemStream.h | 54 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function
|
| H A D | BinaryStreamReader.h | 49 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
|
| H A D | BinaryStreamRef.h | 192 Error readLongestContiguousChunk(uint64_t Offset,
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 63 Error readLongestContiguousChunk(uint64_t Offset, 130 Error readLongestContiguousChunk(uint64_t Offset,
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 164 Error MappedBlockStream::readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in MappedBlockStream 376 Error WritableMappedBlockStream::readLongestContiguousChunk( in readLongestContiguousChunk() function in WritableMappedBlockStream 378 return ReadInterface.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumInjectedSources.cpp | 29 if (auto E = Stream.readLongestContiguousChunk(Offset, Data)) in readStreamData()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 101 if (Error Err = Reader.readLongestContiguousChunk(Data)) { in getRecordOffset()
|
| /src/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 1795 exitOnErr(ref.readLongestContiguousChunk(0, bytes)); in findLineTable()
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 210 if (auto EC = Reader.readLongestContiguousChunk(Data)) { in getRecordOffset()
|