Home
last modified time | relevance | path

Searched defs:hasFnAttribute (Results 1 – 6 of 6) 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-7.0/llvm/include/llvm/IR/
DFunction.h307 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function
312 bool hasFnAttribute(StringRef Kind) const { in hasFnAttribute() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributeImpl.h244 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function
DAttributes.cpp1213 bool AttributeList::hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function in AttributeList
1217 bool AttributeList::hasFnAttribute(StringRef Kind) const { in hasFnAttribute() function in AttributeList
/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