llvm::CallBase::addRetAttr

addRetAttr overloads

Synopses

Declared in <llvm/IR/InstrTypes.h>

Add return attribute Kind to this call.

void
addRetAttr(Attribute::AttrKind Kind);
» more...

Add return attribute Attr to this call.

void
addRetAttr(Attribute Attr);
» more...

Parameters

NameDescription
KindReturn attribute kind to add.
AttrReturn attribute to add.