LLVM 22.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFDie.h"
Public Member Functions | |
attribute_iterator ()=delete | |
LLVM_ABI | attribute_iterator (DWARFDie D, bool End) |
LLVM_ABI attribute_iterator & | operator++ () |
LLVM_ABI attribute_iterator & | operator-- () |
operator bool () const | |
const DWARFAttribute & | operator* () const |
Public Member Functions inherited from llvm::iterator_facade_base< attribute_iterator, std::forward_iterator_tag, const DWARFAttribute > | |
attribute_iterator | operator+ (std::ptrdiff_t n) const |
attribute_iterator | operator- (std::ptrdiff_t n) const |
attribute_iterator & | operator++ () |
attribute_iterator & | operator-- () |
bool | operator!= (const attribute_iterator &RHS) const |
bool | operator> (const attribute_iterator &RHS) const |
bool | operator<= (const attribute_iterator &RHS) const |
bool | operator>= (const attribute_iterator &RHS) const |
PointerProxy | operator-> () const |
ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Friends | |
bool | operator== (const attribute_iterator &LHS, const attribute_iterator &RHS) |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_facade_base< attribute_iterator, std::forward_iterator_tag, const DWARFAttribute > | |
using | iterator_category |
using | value_type |
using | difference_type |
using | pointer |
using | reference |
Protected Types inherited from llvm::iterator_facade_base< attribute_iterator, std::forward_iterator_tag, const DWARFAttribute > | |
enum |
Definition at line 311 of file DWARFDie.h.
|
delete |
References attribute_iterator(), D(), llvm::DWARFDie::DWARFDie(), and LLVM_ABI.
Referenced by attribute_iterator(), and operator--().
Definition at line 690 of file DWARFDie.cpp.
References assert(), D(), and llvm::DWARFDie::DWARFDie().
|
inlineexplicit |
Definition at line 337 of file DWARFDie.h.
|
inline |
Definition at line 338 of file DWARFDie.h.
DWARFDie::attribute_iterator & DWARFDie::attribute_iterator::operator++ | ( | ) |
Definition at line 731 of file DWARFDie.cpp.
LLVM_ABI attribute_iterator & llvm::DWARFDie::attribute_iterator::operator-- | ( | ) |
References attribute_iterator(), and LLVM_ABI.
|
friend |
Definition at line 341 of file DWARFDie.h.