Home
last modified time | relevance | path

Searched defs:hasFnAttribute (Results 1 – 9 of 9) 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/llvm-project/llvm/include/llvm/IR/
DFunction.h345 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function
350 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/llvm-project/llvm/lib/IR/
DAttributeImpl.h305 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function
DAttributes.cpp1448 bool AttributeList::hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() function in AttributeList
1452 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