Return true if the function has the attribute.
Synopses
Declared in <llvm/IR/Function.h>
Return true if the function has the attribute.
bool
hasFnAttribute(Attribute::AttrKind Kind) const;
Return true if the function has the attribute.
bool
hasFnAttribute(StringRef Kind) const;
Created with MrDocs