llvm::CallBase::getAttributeAtIndex

Get the attribute of a given kind at a position.

Synopses

Declared in <llvm/IR/InstrTypes.h>

Get the attribute of a given kind at a position.

Attribute
getAttributeAtIndex(
    unsigned int i,
    Attribute::AttrKind Kind) const;
» more...

Get the attribute of a given kind at a position.

Attribute
getAttributeAtIndex(
    unsigned int i,
    StringRef Kind) const;
» more...