Add an attribute to this argument.
Synopses
Declared in <llvm/IR/Argument.h>
Add an attribute to this argument.
void
addAttr(Attribute::AttrKind Kind);
Add an attribute to this argument.
Parameters
Name |
Description |
Kind |
Enum attribute kind to add. |
Attr |
Attribute to add. |
Created with MrDocs