Return function attribute Kind, including callee lookup if needed.
Synopses
Declared in <llvm/IR/InstrTypes.h>
Return function attribute Kind, including callee lookup if needed.
Attribute
getFnAttr(Attribute::AttrKind Kind) const;
Return function attribute Kind, including callee lookup if needed.
Return Value
The attribute, or an invalid attribute if not present.
Parameters
Name |
Description |
Kind |
Function attribute kind to query. |
Created with MrDocs