addAttributeAtIndex overloads
Declared in <llvm/IR/InstrTypes.h>
Add attribute Kind at attribute index i.
void
addAttributeAtIndex(
unsigned int i,
Attribute::AttrKind Kind);
» more...
Add attribute Attr at attribute index i.
void
addAttributeAtIndex(
unsigned int i,
Attribute Attr);
» more...
| Name | Description |
|---|---|
| i | Attribute index (return, function, or parameter slot). |
| Kind | Attribute kind to add. |
| Attr | Attribute to add. |