Home
last modified time | relevance | path

Searched refs:readLongestContiguousChunk (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DStreamReader.cpp20 Error StreamReader::readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer) { in readLongestContiguousChunk() function in StreamReader
21 if (auto EC = Stream.readLongestContiguousChunk(Offset, Buffer)) in readLongestContiguousChunk()
DStreamWriter.cpp71 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
DByteStream.cpp47 Error ByteStream<Writable>::readLongestContiguousChunk( in readLongestContiguousChunk() function in ByteStream
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamRef.h41 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function
46 if (auto EC = Stream->readLongestContiguousChunk(Offset, Buffer)) in readLongestContiguousChunk()
DStreamInterface.h39 virtual Error readLongestContiguousChunk(uint32_t Offset,
DByteStream.h36 Error readLongestContiguousChunk(uint32_t Offset,
DStreamReader.h31 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DMappedBlockStream.h34 Error readLongestContiguousChunk(uint32_t Offset,
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp122 Error MappedBlockStream::readLongestContiguousChunk( in readLongestContiguousChunk() function in MappedBlockStream