Return function attribute Kind, including callee lookup if needed.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

Attribute
getFnAttr(Attribute::AttrKind Kind) const;

Return Value

The attribute, or an invalid attribute if not present.

Parameters

Name

Description

Kind

Function attribute kind to query.

Created with MrDocs