Home
last modified time | relevance | path

Searched defs:hasFnAttribute (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h355 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function
360 bool hasFnAttribute(StringRef Kind) const { in hasFnAttribute() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h308 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function
H A DAttributes.cpp1580 bool AttributeList::hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function in AttributeList
1584 bool AttributeList::hasFnAttribute(StringRef Kind) const { in hasFnAttribute() function in AttributeList