Return true if the attribute exists at the given index.
Synopses
Declared in <llvm/IR/Attributes.h>
Return true if the attribute exists at the given index.
bool
hasAttributeAtIndex(
unsigned int Index,
Attribute::AttrKind Kind) const;
Return true if the attribute exists at the given index.
bool
hasAttributeAtIndex(
unsigned int Index,
StringRef Kind) const;
Created with MrDocs