Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h28 class GSIHashIterator
30 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,
34 GSIHashIterator(T &&v) in GSIHashIterator() function
35 : GSIHashIterator::iterator_adaptor_base(std::forward<T &&>(v)) {} in GSIHashIterator()
64 GSIHashIterator begin() const { return GSIHashIterator(HashRecords.begin()); } in begin()
65 GSIHashIterator end() const { return GSIHashIterator(HashRecords.end()); } in end()