| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | BinaryStreamRef.cpp | 28 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anon62fa0aa10111::ArrayRefImpl 30 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk() 51 Error readLongestContiguousChunk(uint64_t Offset, in readLongestContiguousChunk() function in __anon62fa0aa10111::MutableArrayRefImpl 53 return BBS.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk() 85 Error BinaryStreamRef::readLongestContiguousChunk( in readLongestContiguousChunk() function in BinaryStreamRef 91 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()
|
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 63 Error readLongestContiguousChunk(uint64_t Offset, 130 Error readLongestContiguousChunk(uint64_t Offset,
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumInjectedSources.cpp | 28 if (auto E = Stream.readLongestContiguousChunk(Offset, Data)) in readStreamData()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | PDB.cpp | 1761 exitOnErr(ref.readLongestContiguousChunk(0, bytes)); in findLineTable()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 209 if (auto EC = Reader.readLongestContiguousChunk(Data)) { in getRecordOffset()
|