|
LLVM
4.0.0
|
#include <DWARFDie.h>
Public Member Functions | |
| iterator ()=default | |
| iterator (DWARFDie D) | |
| iterator & | operator++ () |
| operator bool () const | |
| const DWARFDie & | operator* () const |
| bool | operator== (const iterator &X) const |
Public Member Functions inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, const DWARFDie > | |
| iterator | operator+ (std::ptrdiff_tn) const |
| iterator | operator- (std::ptrdiff_tn) 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 |
| const DWARFDie * | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_tn) const |
Additional Inherited Members | |
Protected Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, const DWARFDie > | |
| enum | |
Definition at line 306 of file DWARFDie.h.
|
default |
|
inlineexplicit |
Definition at line 316 of file DWARFDie.h.
|
inlineexplicit |
Definition at line 326 of file DWARFDie.h.
References llvm::DWARFDie::isValid().
Definition at line 327 of file DWARFDie.h.
|
inline |
Definition at line 320 of file DWARFDie.h.
References llvm::DWARFDie::getSibling().
Definition at line 328 of file DWARFDie.h.
1.8.6