LLVM
15.0.0git
|
#include "IR/AttributeImpl.h"
Public Types | |
using | iterator = const Attribute * |
Static Public Member Functions | |
static AttributeSetNode * | get (LLVMContext &C, const AttrBuilder &B) |
static AttributeSetNode * | get (LLVMContext &C, ArrayRef< Attribute > Attrs) |
static void | Profile (FoldingSetNodeID &ID, ArrayRef< Attribute > AttrList) |
Definition at line 212 of file AttributeImpl.h.
using llvm::AttributeSetNode::iterator = const Attribute * |
Definition at line 263 of file AttributeImpl.h.
|
delete |
|
inline |
Definition at line 265 of file AttributeImpl.h.
Referenced by llvm::AttributeSet::begin(), end(), getAsString(), and Profile().
|
inline |
Definition at line 266 of file AttributeImpl.h.
References begin().
Referenced by llvm::AttributeSet::end(), getAsString(), and Profile().
|
static |
Definition at line 812 of file Attributes.cpp.
References Attrs, llvm::Function::begin(), llvm::Function::end(), and llvm::sort().
|
static |
Definition at line 849 of file Attributes.cpp.
References B.
Referenced by llvm::AttributeSet::get().
MaybeAlign AttributeSetNode::getAlignment | ( | ) | const |
Definition at line 884 of file Attributes.cpp.
References A, and llvm::None.
Referenced by llvm::AttributeSet::getAlignment().
AllocFnKind AttributeSetNode::getAllocKind | ( | ) | const |
Definition at line 939 of file Attributes.cpp.
References A, and llvm::Unknown.
Referenced by llvm::AttributeSet::getAllocKind().
std::pair< unsigned, Optional< unsigned > > AttributeSetNode::getAllocSizeArgs | ( | ) | const |
Definition at line 915 of file Attributes.cpp.
References A.
Referenced by llvm::AttributeSet::getAllocSizeArgs().
std::string AttributeSetNode::getAsString | ( | bool | InAttrGrp | ) | const |
Definition at line 945 of file Attributes.cpp.
References begin(), E, end(), and I.
Referenced by llvm::AttributeSet::getAsString().
Attribute AttributeSetNode::getAttribute | ( | Attribute::AttrKind | Kind | ) | const |
Definition at line 874 of file Attributes.cpp.
References A.
Referenced by llvm::AttributeSet::getAttribute().
Definition at line 880 of file Attributes.cpp.
Type * AttributeSetNode::getAttributeType | ( | Attribute::AttrKind | Kind | ) | const |
Definition at line 896 of file Attributes.cpp.
References A.
Referenced by llvm::AttributeSet::getByRefType(), llvm::AttributeSet::getByValType(), llvm::AttributeSet::getElementType(), llvm::AttributeSet::getInAllocaType(), llvm::AttributeSet::getPreallocatedType(), and llvm::AttributeSet::getStructRetType().
uint64_t AttributeSetNode::getDereferenceableBytes | ( | ) | const |
Definition at line 902 of file Attributes.cpp.
References A.
Referenced by llvm::AttributeSet::getDereferenceableBytes().
uint64_t AttributeSetNode::getDereferenceableOrNullBytes | ( | ) | const |
Definition at line 908 of file Attributes.cpp.
References A.
Referenced by llvm::AttributeSet::getDereferenceableOrNullBytes().
|
inline |
Return the number of attributes this AttributeList contains.
Definition at line 240 of file AttributeImpl.h.
Referenced by llvm::AttributeSet::getNumAttributes().
MaybeAlign AttributeSetNode::getStackAlignment | ( | ) | const |
Definition at line 890 of file Attributes.cpp.
References A, and llvm::None.
Referenced by llvm::AttributeSet::getStackAlignment().
UWTableKind AttributeSetNode::getUWTableKind | ( | ) | const |
Definition at line 933 of file Attributes.cpp.
References A, and llvm::None.
Referenced by llvm::AttributeSet::getUWTableKind().
Optional< unsigned > AttributeSetNode::getVScaleRangeMax | ( | ) | const |
Definition at line 927 of file Attributes.cpp.
References A, and llvm::None.
Referenced by llvm::AttributeSet::getVScaleRangeMax().
unsigned AttributeSetNode::getVScaleRangeMin | ( | ) | const |
Definition at line 921 of file Attributes.cpp.
References A.
Referenced by llvm::AttributeSet::getVScaleRangeMin().
|
inline |
Definition at line 242 of file AttributeImpl.h.
References llvm::AttributeBitSet::hasAttribute().
Referenced by llvm::AttributeSet::hasAttribute().
bool AttributeSetNode::hasAttribute | ( | StringRef | Kind | ) | const |
Definition at line 853 of file Attributes.cpp.
|
inline |
Definition at line 246 of file AttributeImpl.h.
|
inline |
Definition at line 233 of file AttributeImpl.h.
References p.
|
delete |
|
inline |
Definition at line 268 of file AttributeImpl.h.
References begin(), end(), and llvm::makeArrayRef().
Referenced by llvm::AttributeSet::hasParentContext().
|
inlinestatic |
Definition at line 272 of file AttributeImpl.h.