Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h743 Attribute Attr = getAttributeAtIndex(ArgNo, Kind);
848 Attribute getAttributeAtIndex(unsigned Index, Attribute::AttrKind Kind) const;
851 Attribute getAttributeAtIndex(unsigned Index, StringRef Kind) const;
855 return getAttributeAtIndex(ArgNo + FirstArgIndex, Kind);
860 return getAttributeAtIndex(ArgNo + FirstArgIndex, Kind);
865 return getAttributeAtIndex(FunctionIndex, Kind);
870 return getAttributeAtIndex(FunctionIndex, Kind);
875 return getAttributeAtIndex(ReturnIndex, Kind);
H A DFunction.h434 Attribute getAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) const;
437 Attribute getAttributeAtIndex(unsigned i, StringRef Kind) const;
H A DInstrTypes.h1695 Attribute getAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) const {
1696 return getAttributes().getAttributeAtIndex(i, Kind);
1700 Attribute getAttributeAtIndex(unsigned i, StringRef Kind) const {
1701 return getAttributes().getAttributeAtIndex(i, Kind);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp736 Attribute Function::getAttributeAtIndex(unsigned i, in getAttributeAtIndex() function in Function
738 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
741 Attribute Function::getAttributeAtIndex(unsigned i, StringRef Kind) const { in getAttributeAtIndex() function in Function
742 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
H A DAttributes.cpp1658 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList
1663 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList
H A DCore.cpp2579 return wrap(unwrap<Function>(F)->getAttributeAtIndex( in LLVMGetEnumAttributeAtIndex()
2587 unwrap<Function>(F)->getAttributeAtIndex(Idx, StringRef(K, KLen))); in LLVMGetStringAttributeAtIndex()
3015 return wrap(unwrap<CallBase>(C)->getAttributeAtIndex( in LLVMGetCallSiteEnumAttribute()
3023 unwrap<CallBase>(C)->getAttributeAtIndex(Idx, StringRef(K, KLen))); in LLVMGetCallSiteStringAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1025 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp677 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()