LLVM 19.0.0git
Classes | Public Member Functions | Public Attributes | List of all members
llvm::AttributeList::index_iterator Struct Reference

#include "llvm/IR/Attributes.h"

Classes

struct  int_wrapper
 

Public Member Functions

 index_iterator (int NumAttrSets)
 
int_wrapper begin ()
 
int_wrapper end ()
 

Public Attributes

unsigned NumAttrSets
 

Detailed Description

Definition at line 938 of file Attributes.h.

Constructor & Destructor Documentation

◆ index_iterator()

llvm::AttributeList::index_iterator::index_iterator ( int  NumAttrSets)
inline

Definition at line 940 of file Attributes.h.

Member Function Documentation

◆ begin()

int_wrapper llvm::AttributeList::index_iterator::begin ( )
inline

Definition at line 954 of file Attributes.h.

References llvm::AttributeList::FunctionIndex.

◆ end()

int_wrapper llvm::AttributeList::index_iterator::end ( )
inline

Definition at line 956 of file Attributes.h.

References NumAttrSets.

Member Data Documentation

◆ NumAttrSets

unsigned llvm::AttributeList::index_iterator::NumAttrSets

Definition at line 939 of file Attributes.h.

Referenced by end().


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