LLVM 19.0.0git
Public Member Functions | List of all members
llvm::at::DbgAssignIt Class Reference

High level: this is an iterator for llvm.dbg.assign intrinsics. More...

#include "llvm/IR/DebugInfo.h"

Inheritance diagram for llvm::at::DbgAssignIt:
Inheritance graph
[legend]

Public Member Functions

 DbgAssignIt (Value::user_iterator It)
 
DbgAssignIntrinsicoperator* () const
 
- Public Member Functions inherited from llvm::iterator_adaptor_base< DbgAssignIt, Value::user_iterator, std::iterator_traits< Value::user_iterator >::iterator_category, DbgAssignIntrinsic *, std::ptrdiff_t, DbgAssignIntrinsic **, DbgAssignIntrinsic *& >
DbgAssignIt & operator+= (difference_type n)
 
DbgAssignIt & operator-= (difference_type n)
 
difference_type operator- (const DbgAssignIt &RHS) const
 
DbgAssignIt & operator++ ()
 
DbgAssignIt & operator-- ()
 
DbgAssignIntrinsic *& operator* () const
 
- Public Member Functions inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
DerivedT operator+ (DifferenceTypeT n) const
 
DerivedT operator- (DifferenceTypeT n) const
 
DerivedT & operator++ ()
 
DerivedT operator++ (int)
 
DerivedT & operator-- ()
 
DerivedT operator-- (int)
 
bool operator!= (const DerivedT &RHS) const
 
bool operator> (const DerivedT &RHS) const
 
bool operator<= (const DerivedT &RHS) const
 
bool operator>= (const DerivedT &RHS) const
 
PointerProxy operator-> () const
 
ReferenceProxy operator[] (DifferenceTypeT n) const
 

Additional Inherited Members

- Public Types inherited from llvm::iterator_adaptor_base< DbgAssignIt, Value::user_iterator, std::iterator_traits< Value::user_iterator >::iterator_category, DbgAssignIntrinsic *, std::ptrdiff_t, DbgAssignIntrinsic **, DbgAssignIntrinsic *& >
using difference_type = std::ptrdiff_t
 
- Public Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
using iterator_category = IteratorCategoryT
 
using value_type = T
 
using difference_type = DifferenceTypeT
 
using pointer = PointerT
 
using reference = ReferenceT
 
- Protected Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
enum  { IsRandomAccess , IsBidirectional }
 
- Protected Member Functions inherited from llvm::iterator_adaptor_base< DbgAssignIt, Value::user_iterator, std::iterator_traits< Value::user_iterator >::iterator_category, DbgAssignIntrinsic *, std::ptrdiff_t, DbgAssignIntrinsic **, DbgAssignIntrinsic *& >
 iterator_adaptor_base ()=default
 
 iterator_adaptor_base (Value::user_iterator u)
 
const Value::user_iteratorwrapped () const
 
- Protected Attributes inherited from llvm::iterator_adaptor_base< DbgAssignIt, Value::user_iterator, std::iterator_traits< Value::user_iterator >::iterator_category, DbgAssignIntrinsic *, std::ptrdiff_t, DbgAssignIntrinsic **, DbgAssignIntrinsic *& >
Value::user_iterator I
 

Detailed Description

High level: this is an iterator for llvm.dbg.assign intrinsics.

Implementation details: this is a wrapper around Value's User iterator that dereferences to a DbgAssignIntrinsic ptr rather than a User ptr.

Definition at line 211 of file DebugInfo.h.

Constructor & Destructor Documentation

◆ DbgAssignIt()

llvm::at::DbgAssignIt::DbgAssignIt ( Value::user_iterator  It)
inline

Definition at line 219 of file DebugInfo.h.

Member Function Documentation

◆ operator*()

DbgAssignIntrinsic * llvm::at::DbgAssignIt::operator* ( ) const
inline

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