Return attribute Kind at attribute index i.
Declared in <llvm/IR/InstrTypes.h>
Return attribute Kind at attribute index i.
Attribute
getAttributeAtIndex(
unsigned int i,
Attribute::AttrKind Kind) const;
» more...
Return attribute Kind at attribute index i.
Attribute
getAttributeAtIndex(
unsigned int i,
StringRef Kind) const;
» more...
The attribute at i, or an invalid attribute if absent.
| Name | Description |
|---|---|
| i | Attribute index (return, function, or parameter slot). |
| Kind | Attribute kind to query. |