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