LLVM 20.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFDie.h"
Public Member Functions | |
iterator ()=default | |
iterator (DWARFDie D) | |
iterator & | operator++ () |
iterator & | operator-- () |
const DWARFDie & | operator* () const |
Public Member Functions inherited from llvm::iterator_facade_base< iterator, std::bidirectional_iterator_tag, const DWARFDie > | |
iterator | operator+ (std::ptrdiff_t n) const |
iterator | operator- (std::ptrdiff_t n) const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
bool | operator!= (const iterator &RHS) const |
bool | operator> (const iterator &RHS) const |
bool | operator<= (const iterator &RHS) const |
bool | operator>= (const iterator &RHS) const |
PointerProxy | operator-> () const |
ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Friends | |
bool | operator== (const DWARFDie::iterator &LHS, const DWARFDie::iterator &RHS) |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_facade_base< iterator, std::bidirectional_iterator_tag, const DWARFDie > | |
using | iterator_category = std::bidirectional_iterator_tag |
using | value_type = const DWARFDie |
using | difference_type = std::ptrdiff_t |
using | pointer = const DWARFDie * |
using | reference = const DWARFDie & |
Protected Types inherited from llvm::iterator_facade_base< iterator, std::bidirectional_iterator_tag, const DWARFDie > | |
enum | |
Definition at line 353 of file DWARFDie.h.
|
default |
|
inlineexplicit |
Definition at line 365 of file DWARFDie.h.
Definition at line 377 of file DWARFDie.h.
|
inline |
Definition at line 367 of file DWARFDie.h.
References llvm::DWARFDie::getSibling().
|
inline |
Definition at line 372 of file DWARFDie.h.
References llvm::DWARFDie::getPreviousSibling().
|
friend |
Definition at line 380 of file DWARFDie.h.