llvm::CallBase::getRetAttr

Return the attribute for the given attribute kind for the return value.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

Attribute
getRetAttr(Attribute::AttrKind Kind) const;

Return Value

the attribute for the given attribute kind for the return value.

Parameters

NameDescription
KindThis enumeration lists the attributes that can be associated with parameters, function results, or the function itself.