Home
last modified time | relevance | path

Searched refs:hasAttributeAtIndex (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h835 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 DFunction.h445 bool hasAttributeAtIndex(unsigned Idx, Attribute::AttrKind Kind) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp757 bool Function::hasAttributeAtIndex(unsigned Idx, in hasAttributeAtIndex() function in Function
759 return AttributeSets.hasAttributeAtIndex(Idx, Kind); in hasAttributeAtIndex()
H A DAttributes.cpp1875 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 DCallLowering.cpp89 return Attrs.hasAttributeAtIndex(OpIdx, Attr); in addArgFlagsFromAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp574 if (Attrs.hasAttributeAtIndex(i, TypedAttr)) { in mapAttributeTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp402 !F->hasAttributeAtIndex(AttrIndex, Attribute::NonNull)) { in inferAttribute()