Searched refs:hasAttributeAtIndex (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 835 LLVM_ABI bool hasAttributeAtIndex(unsigned Index, 839 LLVM_ABI bool hasAttributeAtIndex(unsigned Index, StringRef Kind) const; 846 return hasAttributeAtIndex(ArgNo + FirstArgIndex, Kind); 851 return hasAttributeAtIndex(ArgNo + FirstArgIndex, Kind); 861 return hasAttributeAtIndex(ReturnIndex, Kind); 866 return hasAttributeAtIndex(ReturnIndex, Kind);
|
| H A D | Function.h | 445 bool hasAttributeAtIndex(unsigned Idx, Attribute::AttrKind Kind) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 757 bool Function::hasAttributeAtIndex(unsigned Idx, in hasAttributeAtIndex() function in Function 759 return AttributeSets.hasAttributeAtIndex(Idx, Kind); in hasAttributeAtIndex()
|
| H A D | Attributes.cpp | 1875 bool AttributeList::hasAttributeAtIndex(unsigned Index, in hasAttributeAtIndex() function in AttributeList 1880 bool AttributeList::hasAttributeAtIndex(unsigned Index, StringRef Kind) const { in hasAttributeAtIndex() function in AttributeList 1893 return hasAttributeAtIndex(AttributeList::FunctionIndex, Kind); in hasFnAttr()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 89 return Attrs.hasAttributeAtIndex(OpIdx, Attr); in addArgFlagsFromAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 574 if (Attrs.hasAttributeAtIndex(i, TypedAttr)) { in mapAttributeTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 402 !F->hasAttributeAtIndex(AttrIndex, Attribute::NonNull)) { in inferAttribute()
|