addRetAttr overloads
Declared in <llvm/IR/InstrTypes.h>
Add return attribute Kind to this call.
void
addRetAttr(Attribute::AttrKind Kind);
» more...
Add return attribute Attr to this call.
void
addRetAttr(Attribute Attr);
» more...
| Name | Description |
|---|---|
| Kind | Return attribute kind to add. |
| Attr | Return attribute to add. |