LLVM: llvm::DWARFExpression::iterator Class Reference (original) (raw)
An iterator to go through the expression operations. More...
#include "[llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h](DWARFExpression%5F8h%5Fsource.html)"
Inheritance diagram for llvm::DWARFExpression::iterator:
[legend]
| Public Member Functions | |
|---|---|
| iterator & | operator++ () |
| const Operation & | operator* () const |
| iterator | skipBytes (uint64_t Add) const |
| Public Member Functions inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, const Operation > | |
| iterator | operator+ (std::ptrdiff_t n) const |
| iterator | operator- (std::ptrdiff_t n) const |
| iterator & | operator++ () |
| iterator & | operator-- () |
| 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 | |
|---|---|
| class | DWARFExpression |
| bool | operator== (const iterator &LHS, const iterator &RHS) |
| Additional Inherited Members | |
|---|---|
| Public Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, const Operation > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
| Protected Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, const Operation > | |
| enum |
Detailed Description
An iterator to go through the expression operations.
Definition at line 112 of file DWARFExpression.h.
Member Function Documentation
◆ operator*()
| const Operation & llvm::DWARFExpression::iterator::operator* ( ) const | inline |
|---|
Definition at line 135 of file DWARFExpression.h.
◆ operator++()
| iterator & llvm::DWARFExpression::iterator::operator++ ( ) | inline |
|---|
Definition at line 127 of file DWARFExpression.h.
◆ skipBytes()
| iterator llvm::DWARFExpression::iterator::skipBytes ( uint64_t Add) const | inline |
|---|
Definition at line 137 of file DWARFExpression.h.
References llvm::Add.
Friends And Related Symbol Documentation
| friend class DWARFExpression | friend |
|---|
Definition at line 115 of file DWARFExpression.h.
References DWARFExpression.
Referenced by DWARFExpression.
◆ operator==
| bool operator== ( const iterator & LHS, const iterator & RHS ) | friend |
|---|
Definition at line 166 of file DWARFExpression.h.
The documentation for this class was generated from the following file:
- include/llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h