Iterator over NameTableEntry values in a single Name Index.
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h>
class NameIterator;
Type Aliases
Name |
Description |
Distance type between name iterators. |
|
Iterator category tag for this name iterator. |
|
Pointer type for name table entries. |
|
Reference type for name table entries (returned by value). |
|
Size type used for random‐access indexing. |
|
Name table entry type yielded by this iterator. |
Member Functions
Name |
Description |
|
Creates an iterator whose initial position is name CurrentName in CurrentIndex. |
Return the name table entry at the current position. |
|
Increment operators |
|
Computes difference between iterators (used in parallelForEach). |
|
Accesses entry at specific index (1‐based internally, 0‐based externally). For example how this is used in parallelForEach. |
Friends
Name |
Description |
Compare two name iterators for inequality. |
|
Compare two name iterators for equality. |
Created with MrDocs