Return true if attribute exists at the given index.

Synopsis

Declared in <llvm/IR/Attributes.h>

bool
hasAttributesAtIndex(unsigned int Index) const;

Return Value

true if attribute exists at the given index.

Created with MrDocs