Home
last modified time | relevance | path

Searched refs:FixedStreamArrayIterator (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamArray.h252 template <typename T> class FixedStreamArrayIterator; variable
260 friend class FixedStreamArrayIterator<T>;
263 typedef FixedStreamArrayIterator<T> Iterator;
298 FixedStreamArrayIterator<T> begin() const { in begin()
299 return FixedStreamArrayIterator<T>(*this, 0); in begin()
302 FixedStreamArrayIterator<T> end() const { in end()
303 return FixedStreamArrayIterator<T>(*this, size()); in end()
308 FixedStreamArrayIterator<T> I = end(); in back()
319 class FixedStreamArrayIterator
327 FixedStreamArrayIterator<T> &
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h32 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,