llvm::CallBase::getRetAttr

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

NameDescription
KindReturn attribute kind to query.