Home
last modified time | relevance | path

Searched refs:getAttributeAtIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h710 Attribute Attr = getAttributeAtIndex(ArgNo, Kind);
810 Attribute getAttributeAtIndex(unsigned Index, Attribute::AttrKind Kind) const;
813 Attribute getAttributeAtIndex(unsigned Index, StringRef Kind) const;
817 return getAttributeAtIndex(ArgNo + FirstArgIndex, Kind);
822 return getAttributeAtIndex(ArgNo + FirstArgIndex, Kind);
827 return getAttributeAtIndex(FunctionIndex, Kind);
832 return getAttributeAtIndex(FunctionIndex, Kind);
H A DFunction.h422 Attribute getAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) const;
425 Attribute getAttributeAtIndex(unsigned i, StringRef Kind) const;
H A DInstrTypes.h1694 Attribute getAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) const {
1695 return getAttributes().getAttributeAtIndex(i, Kind);
1699 Attribute getAttributeAtIndex(unsigned i, StringRef Kind) const {
1700 return getAttributes().getAttributeAtIndex(i, Kind);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp683 Attribute Function::getAttributeAtIndex(unsigned i, in getAttributeAtIndex() function in Function
685 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
688 Attribute Function::getAttributeAtIndex(unsigned i, StringRef Kind) const { in getAttributeAtIndex() function in Function
689 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
H A DAttributes.cpp1521 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList
1526 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList
H A DCore.cpp2420 return wrap(unwrap<Function>(F)->getAttributeAtIndex( in LLVMGetEnumAttributeAtIndex()
2428 unwrap<Function>(F)->getAttributeAtIndex(Idx, StringRef(K, KLen))); in LLVMGetStringAttributeAtIndex()
2862 return wrap(unwrap<CallBase>(C)->getAttributeAtIndex( in LLVMGetCallSiteEnumAttribute()
2870 unwrap<CallBase>(C)->getAttributeAtIndex(Idx, StringRef(K, KLen))); in LLVMGetCallSiteStringAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1015 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp676 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()