LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::StringAttributeImpl Class Referencefinal

#include "IR/AttributeImpl.h"

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

Public Member Functions

 StringAttributeImpl (StringRef Kind, StringRef Val=StringRef())
 
StringRef getStringKind () const
 
StringRef getStringValue () const
 
- Public Member Functions inherited from llvm::AttributeImpl
 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 size_t totalSizeToAlloc (StringRef Kind, StringRef Val)
 
- Static Public Member Functions inherited from llvm::AttributeImpl
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)
 

Additional Inherited Members

- Protected Types inherited from llvm::AttributeImpl
enum  AttrEntryKind {
  EnumAttrEntry , IntAttrEntry , StringAttrEntry , TypeAttrEntry ,
  ConstantRangeAttrEntry
}
 
- Protected Member Functions inherited from llvm::AttributeImpl
 AttributeImpl (AttrEntryKind KindID)
 

Detailed Description

Definition at line 169 of file AttributeImpl.h.

Constructor & Destructor Documentation

◆ StringAttributeImpl()

llvm::StringAttributeImpl::StringAttributeImpl ( StringRef  Kind,
StringRef  Val = StringRef() 
)
inline

Definition at line 181 of file AttributeImpl.h.

References llvm::copy(), and llvm::size().

Member Function Documentation

◆ getStringKind()

StringRef llvm::StringAttributeImpl::getStringKind ( ) const
inline

Definition at line 192 of file AttributeImpl.h.

◆ getStringValue()

StringRef llvm::StringAttributeImpl::getStringValue ( ) const
inline

Definition at line 195 of file AttributeImpl.h.

◆ totalSizeToAlloc()

static size_t llvm::StringAttributeImpl::totalSizeToAlloc ( StringRef  Kind,
StringRef  Val 
)
inlinestatic

Definition at line 199 of file AttributeImpl.h.

References llvm::StringRef::size().

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


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