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.
Parameters
Name |
Description |
Index |
Attribute‐set index to query. |
Created with MrDocs