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

Enum attribute kind to look up.

Created with MrDocs