OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fetchToPos
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
StreamableMemoryObject.cpp
89
return
fetchToPos
(address);
94
fetchToPos
(address);
102
while (
fetchToPos
(pos)) pos += kChunkSize;
107
if (!
fetchToPos
(address)) return -1;
116
if (!
fetchToPos
(address + size - 1)) return -1;
/external/llvm/include/llvm/Support/
StreamableMemoryObject.h
155
bool
fetchToPos
(size_t Pos) const {
Completed in 132 milliseconds