LLDB mainline
|
#include <DWARFDIE.h>
Public Member Functions | |
child_iterator ()=default | |
child_iterator (const DWARFDIE &parent) | |
bool | operator== (const child_iterator &it) const |
const DWARFDIE & | operator* () const |
DWARFDIE & | operator* () |
child_iterator & | operator++ () |
Private Attributes | |
DWARFDIE | m_die |
The current child or an invalid DWARFDie. |
Definition at line 144 of file DWARFDIE.h.
|
default |
Referenced by operator++(), and operator==().
|
inline |
Definition at line 152 of file DWARFDIE.h.
References lldb_private::plugin::dwarf::DWARFDIE::GetFirstChild(), and m_die.
|
inline |
Definition at line 166 of file DWARFDIE.h.
References m_die.
|
inline |
Definition at line 162 of file DWARFDIE.h.
References m_die.
|
inline |
Definition at line 170 of file DWARFDIE.h.
References child_iterator(), and m_die.
|
inline |
Definition at line 153 of file DWARFDIE.h.
References child_iterator(), lldb_private::plugin::dwarf::DWARFBaseDIE::IsValid(), and m_die.
|
private |
The current child or an invalid DWARFDie.
Definition at line 148 of file DWARFDIE.h.
Referenced by child_iterator(), operator*(), operator*(), operator++(), and operator==().