Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h222 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function
225 bool hasFnAttribute(StringRef Kind) const { in hasFnAttribute() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h323 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function
328 bool hasFnAttribute(StringRef Kind) const { in hasFnAttribute() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributeImpl.h269 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function
DAttributes.cpp1314 bool AttributeList::hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function in AttributeList
1318 bool AttributeList::hasFnAttribute(StringRef Kind) const { in hasFnAttribute() function in AttributeList
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DAttributeImpl.h316 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function
DFunction.cpp640 bool Function::hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function in Function
644 bool Function::hasFnAttribute(StringRef Kind) const { in hasFnAttribute() function in Function
/external/llvm/lib/IR/
DAttributeImpl.h309 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function
DAttributes.cpp1107 bool AttributeSet::hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function in AttributeSet