LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | List of all members
llvm::AttributeImpl Class Reference

#include "IR/AttributeImpl.h"

Inheritance diagram for llvm::AttributeImpl:
Inheritance graph
[legend]

Public Member Functions

 AttributeImpl (const AttributeImpl &)=delete
 
AttributeImploperator= (const AttributeImpl &)=delete
 
bool isEnumAttribute () const
 
bool isIntAttribute () const
 
bool isStringAttribute () const
 
bool isTypeAttribute () const
 
bool isConstantRangeAttribute () const
 
bool hasAttribute (Attribute::AttrKind A) const
 
bool hasAttribute (StringRef Kind) const
 
Attribute::AttrKind getKindAsEnum () const
 
uint64_t getValueAsInt () const
 
bool getValueAsBool () const
 
StringRef getKindAsString () const
 
StringRef getValueAsString () const
 
TypegetValueAsType () const
 
ConstantRange getValueAsConstantRange () const
 
bool operator< (const AttributeImpl &AI) const
 Used when sorting the attributes.
 
void Profile (FoldingSetNodeID &ID) const
 
- Public Member Functions inherited from llvm::FoldingSetBase::Node
 Node ()=default
 
void * getNextInBucket () const
 
void SetNextInBucket (void *N)
 

Static Public Member Functions

static void Profile (FoldingSetNodeID &ID, Attribute::AttrKind Kind)
 
static void Profile (FoldingSetNodeID &ID, Attribute::AttrKind Kind, uint64_t Val)
 
static void Profile (FoldingSetNodeID &ID, StringRef Kind, StringRef Values)
 
static void Profile (FoldingSetNodeID &ID, Attribute::AttrKind Kind, Type *Ty)
 
static void Profile (FoldingSetNodeID &ID, Attribute::AttrKind Kind, const ConstantRange &CR)
 

Protected Types

enum  AttrEntryKind {
  EnumAttrEntry , IntAttrEntry , StringAttrEntry , TypeAttrEntry ,
  ConstantRangeAttrEntry
}
 

Protected Member Functions

 AttributeImpl (AttrEntryKind KindID)
 

Detailed Description

Definition at line 41 of file AttributeImpl.h.

Member Enumeration Documentation

◆ AttrEntryKind

Enumerator
EnumAttrEntry 
IntAttrEntry 
StringAttrEntry 
TypeAttrEntry 
ConstantRangeAttrEntry 

Definition at line 45 of file AttributeImpl.h.

Constructor & Destructor Documentation

◆ AttributeImpl() [1/2]

llvm::AttributeImpl::AttributeImpl ( AttrEntryKind  KindID)
inlineprotected

Definition at line 53 of file AttributeImpl.h.

◆ AttributeImpl() [2/2]

llvm::AttributeImpl::AttributeImpl ( const AttributeImpl )
delete

Member Function Documentation

◆ getKindAsEnum()

Attribute::AttrKind AttributeImpl::getKindAsEnum ( ) const

◆ getKindAsString()

StringRef AttributeImpl::getKindAsString ( ) const

Definition at line 723 of file Attributes.cpp.

References assert(), and isStringAttribute().

Referenced by llvm::Attribute::getKindAsString(), hasAttribute(), operator<(), and Profile().

◆ getValueAsBool()

bool AttributeImpl::getValueAsBool ( ) const

Definition at line 718 of file Attributes.cpp.

References assert(), and getValueAsString().

Referenced by llvm::Attribute::getValueAsBool().

◆ getValueAsConstantRange()

ConstantRange AttributeImpl::getValueAsConstantRange ( ) const

◆ getValueAsInt()

uint64_t AttributeImpl::getValueAsInt ( ) const

◆ getValueAsString()

StringRef AttributeImpl::getValueAsString ( ) const

◆ getValueAsType()

Type * AttributeImpl::getValueAsType ( ) const

Definition at line 733 of file Attributes.cpp.

References assert(), and isTypeAttribute().

Referenced by llvm::Attribute::getValueAsType(), and Profile().

◆ hasAttribute() [1/2]

bool AttributeImpl::hasAttribute ( Attribute::AttrKind  A) const

Definition at line 697 of file Attributes.cpp.

References A, getKindAsEnum(), and isStringAttribute().

Referenced by llvm::Attribute::hasAttribute().

◆ hasAttribute() [2/2]

bool AttributeImpl::hasAttribute ( StringRef  Kind) const

Definition at line 702 of file Attributes.cpp.

References getKindAsString(), and isStringAttribute().

◆ isConstantRangeAttribute()

bool llvm::AttributeImpl::isConstantRangeAttribute ( ) const
inline

◆ isEnumAttribute()

bool llvm::AttributeImpl::isEnumAttribute ( ) const
inline

Definition at line 60 of file AttributeImpl.h.

References EnumAttrEntry.

Referenced by getKindAsEnum(), llvm::Attribute::isEnumAttribute(), operator<(), and Profile().

◆ isIntAttribute()

bool llvm::AttributeImpl::isIntAttribute ( ) const
inline

◆ isStringAttribute()

bool llvm::AttributeImpl::isStringAttribute ( ) const
inline

◆ isTypeAttribute()

bool llvm::AttributeImpl::isTypeAttribute ( ) const
inline

◆ operator<()

bool AttributeImpl::operator< ( const AttributeImpl AI) const

◆ operator=()

AttributeImpl & llvm::AttributeImpl::operator= ( const AttributeImpl )
delete

◆ Profile() [1/6]

void llvm::AttributeImpl::Profile ( FoldingSetNodeID ID) const
inline

◆ Profile() [2/6]

static void llvm::AttributeImpl::Profile ( FoldingSetNodeID ID,
Attribute::AttrKind  Kind 
)
inlinestatic

Definition at line 98 of file AttributeImpl.h.

References assert(), and llvm::Attribute::isEnumAttrKind().

◆ Profile() [3/6]

static void llvm::AttributeImpl::Profile ( FoldingSetNodeID ID,
Attribute::AttrKind  Kind,
const ConstantRange CR 
)
inlinestatic

◆ Profile() [4/6]

static void llvm::AttributeImpl::Profile ( FoldingSetNodeID ID,
Attribute::AttrKind  Kind,
Type Ty 
)
inlinestatic

Definition at line 115 of file AttributeImpl.h.

◆ Profile() [5/6]

static void llvm::AttributeImpl::Profile ( FoldingSetNodeID ID,
Attribute::AttrKind  Kind,
uint64_t  Val 
)
inlinestatic

Definition at line 103 of file AttributeImpl.h.

References assert(), and llvm::Attribute::isIntAttrKind().

◆ Profile() [6/6]

static void llvm::AttributeImpl::Profile ( FoldingSetNodeID ID,
StringRef  Kind,
StringRef  Values 
)
inlinestatic

Definition at line 110 of file AttributeImpl.h.

References llvm::StringRef::empty().


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