Searched refs:getAttributeAtIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 710 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 D | Function.h | 422 Attribute getAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) const; 425 Attribute getAttributeAtIndex(unsigned i, StringRef Kind) const;
|
| H A D | InstrTypes.h | 1694 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 D | Function.cpp | 683 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 D | Attributes.cpp | 1521 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList 1526 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList
|
| H A D | Core.cpp | 2420 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 D | ValueMapper.cpp | 1015 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 676 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
|