LLVM  8.0.1
Public Member Functions | Friends | List of all members
llvm::DWARFExpression::iterator Class Reference

An iterator to go through the expression operations. More...

#include "llvm/DebugInfo/DWARF/DWARFExpression.h"

Inheritance diagram for llvm::DWARFExpression::iterator:
Inheritance graph
[legend]
Collaboration diagram for llvm::DWARFExpression::iterator:
Collaboration graph
[legend]

Public Member Functions

class Operationoperator++ ()
 
class Operationoperator* ()
 
- Public Member Functions inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, 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
 
Operationoperator-> ()
 
Operationoperator-> () 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

- Protected Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, Operation >
enum  
 

Detailed Description

An iterator to go through the expression operations.

Definition at line 95 of file DWARFExpression.h.

Member Function Documentation

◆ operator*()

class Operation& llvm::DWARFExpression::iterator::operator* ( )
inline

◆ operator++()

class Operation& llvm::DWARFExpression::iterator::operator++ ( )
inline

Friends And Related Function Documentation

◆ DWARFExpression

friend class DWARFExpression
friend

Definition at line 98 of file DWARFExpression.h.

◆ operator==

bool operator== ( const iterator LHS,
const iterator RHS 
)
friend

Definition at line 143 of file DWARFExpression.h.


The documentation for this class was generated from the following file: