LLVM 20.0.0git
|
Iterates over all the entries in the table, returning the data. More...
#include "llvm/Support/OnDiskHashTable.h"
Public Types | |
typedef data_type | value_type |
Public Member Functions | |
data_iterator (const unsigned char *const Ptr, offset_type NumEntries, Info *InfoObj) | |
data_iterator () | |
data_iterator & | operator++ () |
data_iterator | operator++ (int) |
value_type | operator* () const |
Iterates over all the entries in the table, returning the data.
Definition at line 550 of file OnDiskHashTable.h.
typedef data_type llvm::OnDiskIterableChainedHashTable< Info >::data_iterator::value_type |
Definition at line 554 of file OnDiskHashTable.h.
|
inline |
Definition at line 556 of file OnDiskHashTable.h.
References Ptr.
|
inline |
Definition at line 559 of file OnDiskHashTable.h.
|
inline |
Definition at line 571 of file OnDiskHashTable.h.
|
inline |
Definition at line 561 of file OnDiskHashTable.h.
|
inline |
Definition at line 565 of file OnDiskHashTable.h.