llvm::CallBase::addAttributeAtIndex

adds the attribute to the list of attributes.

Synopses

Declared in <llvm/IR/InstrTypes.h>

adds the attribute to the list of attributes.

void
addAttributeAtIndex(
    unsigned int i,
    Attribute::AttrKind Kind);
» more...

adds the attribute to the list of attributes.

void
addAttributeAtIndex(
    unsigned int i,
    Attribute Attr);
» more...