class GSIHashIterator
Declaration
class GSIHashIterator : public iterator_adaptor_base { /* full declaration omitted */ };
Description
Iterator over hash records producing symbol record offsets. Abstracts away the fact that symbol record offsets on disk are off-by-one.
Declared at: llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h:29
Inherits from: iterator_adaptor_base
Method Overview
- public template <typename T> GSIHashIterator(T && v)
Methods
ΒΆtemplate <typename T>
GSIHashIterator(T&& v)
template <typename T>
GSIHashIterator(T&& v)
Declared at: llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h:35
Templates
- T
Parameters
- T&& v