OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadInterface
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
MappedBlockStream.h
139
return
ReadInterface
.getStreamLayout();
142
uint32_t getBlockSize() const { return
ReadInterface
.getBlockSize(); }
143
uint32_t getNumBlocks() const { return
ReadInterface
.getNumBlocks(); }
144
uint32_t getStreamLength() const { return
ReadInterface
.getStreamLength(); }
153
MappedBlockStream
ReadInterface
;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
MappedBlockStream.cpp
313
:
ReadInterface
(BlockSize, Layout, MsfData, Allocator),
375
return
ReadInterface
.readBytes(Offset, Size, Buffer);
380
return
ReadInterface
.readLongestContiguousChunk(Offset, Buffer);
384
return
ReadInterface
.getLength();
416
ReadInterface
.fixCacheAfterWrite(Offset, Buffer);
Completed in 64 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026