Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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