LLVM 20.0.0git
|
An iterator to go through the expression operations. More...
#include "llvm/DebugInfo/DWARF/DWARFExpression.h"
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++ (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 | |
class | DWARFExpression |
bool | operator== (const iterator &, const iterator &) |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, const Operation > | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = const Operation |
using | difference_type = std::ptrdiff_t |
using | pointer = const Operation * |
using | reference = const Operation & |
Protected Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, const Operation > | |
enum | |
An iterator to go through the expression operations.
Definition at line 113 of file DWARFExpression.h.
Definition at line 136 of file DWARFExpression.h.
|
inline |
Definition at line 128 of file DWARFExpression.h.
References llvm::DataExtractor::getData(), llvm::DWARFExpression::Operation::isError(), Offset, and llvm::StringRef::size().
Definition at line 138 of file DWARFExpression.h.
References llvm::Add.
|
friend |
Definition at line 116 of file DWARFExpression.h.
Definition at line 182 of file DWARFExpression.h.