LLVM
12.0.0git
|
An iterator to go through the expression operations. More...
#include "llvm/DebugInfo/DWARF/DWARFExpression.h"
Public Member Functions | |
class Operation & | operator++ () |
class Operation & | operator * () |
iterator | skipBytes (uint64_t Add) |
![]() | |
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 |
Operation * | operator-> () |
Operation * | operator-> () const |
ReferenceProxy | operator[] (std::ptrdiff_t n) |
ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Friends | |
class | DWARFExpression |
bool | operator== (const iterator &, const iterator &) |
Additional Inherited Members | |
![]() | |
enum | |
An iterator to go through the expression operations.
Definition at line 104 of file DWARFExpression.h.
|
inline |
Definition at line 127 of file DWARFExpression.h.
|
inline |
Definition at line 119 of file DWARFExpression.h.
References llvm::DataExtractor::getData(), Offset, and llvm::StringRef::size().
|
inline |
Definition at line 131 of file DWARFExpression.h.
References llvm::Add.
|
friend |
Definition at line 107 of file DWARFExpression.h.
Definition at line 166 of file DWARFExpression.h.