Return return attribute Kind, including callee lookup if needed.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

Attribute
getRetAttr(Attribute::AttrKind Kind) const;

Return Value

The attribute, or an invalid attribute if not present.

Parameters

Name

Description

Kind

Return attribute kind to query.

Created with MrDocs