HomeSort by relevance Sort by last modified time
    Searched refs:ReadInterface (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
MappedBlockStream.h 142 return ReadInterface.getStreamLayout();
145 uint32_t getBlockSize() const { return ReadInterface.getBlockSize(); }
146 uint32_t getNumBlocks() const { return ReadInterface.getNumBlocks(); }
147 uint32_t getStreamLength() const { return ReadInterface.getStreamLength(); }
156 MappedBlockStream ReadInterface;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
MappedBlockStream.cpp 314 : ReadInterface(BlockSize, Layout, MsfData, Allocator),
376 return ReadInterface.readBytes(Offset, Size, Buffer);
381 return ReadInterface.readLongestContiguousChunk(Offset, Buffer);
385 return ReadInterface.getLength();
417 ReadInterface.fixCacheAfterWrite(Offset, Buffer);

Completed in 174 milliseconds