GDB (xrefs)
|
#include "read.h"
Public Member Functions | |
all_units_iterator (dwarf2_per_bfd *per_bfd, bool start) | |
all_units_iterator & | operator++ () |
dwarf2_per_cu_data * | operator* () const |
bool | operator== (const all_units_iterator &other) const |
bool | operator!= (const all_units_iterator &other) const |
Private Attributes | |
dwarf2_per_bfd * | m_per_bfd |
size_t | m_index |
|
inline |
|
inline |
|
inline |
Definition at line 581 of file read.h.
References dwarf2_per_bfd::get_cu(), m_index, and m_per_bfd.
|
inline |
|
inline |
|
private |
Definition at line 600 of file read.h.
Referenced by operator!=(), operator*(), operator++(), and operator==().
|
private |
Definition at line 599 of file read.h.
Referenced by operator*().