Home
last modified time | relevance | path

Searched refs:AttributeProperty (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp725 enum AttributeProperty { enum
735 AttributeProperty Prop) { in hasAttributeProperty()
742 return hasAttributeProperty(Kind, AttributeProperty::FnAttr); in canUseAsFnAttr()
746 return hasAttributeProperty(Kind, AttributeProperty::ParamAttr); in canUseAsParamAttr()
750 return hasAttributeProperty(Kind, AttributeProperty::RetAttr); in canUseAsRetAttr()