Return the attribute for the given attribute kind for the return value.
Synopsis
Declared in <llvm/IR/Attributes.h>
Attribute
getRetAttr(Attribute::AttrKind Kind) const;
Return Value
the attribute for the given attribute kind for the return value.
Parameters
Name |
Description |
Kind |
This enumeration lists the attributes that can be associated with parameters, function results, or the function itself. |
Created with MrDocs