Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h707 Attribute Attr = getAttributeAtIndex(ArgNo, Kind);
807 Attribute getAttributeAtIndex(unsigned Index, Attribute::AttrKind Kind) const;
810 Attribute getAttributeAtIndex(unsigned Index, StringRef Kind) const;
814 return getAttributeAtIndex(ArgNo + FirstArgIndex, Kind);
819 return getAttributeAtIndex(ArgNo + FirstArgIndex, Kind);
824 return getAttributeAtIndex(FunctionIndex, Kind);
829 return getAttributeAtIndex(FunctionIndex, Kind);
H A DFunction.h397 Attribute getAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) const;
400 Attribute getAttributeAtIndex(unsigned i, StringRef Kind) const;
H A DInstrTypes.h1615 Attribute getAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) const {
1616 return getAttributes().getAttributeAtIndex(i, Kind);
1620 Attribute getAttributeAtIndex(unsigned i, StringRef Kind) const {
1621 return getAttributes().getAttributeAtIndex(i, Kind);
/openbsd/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp657 Attribute Function::getAttributeAtIndex(unsigned i, in getAttributeAtIndex() function in Function
659 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
662 Attribute Function::getAttributeAtIndex(unsigned i, StringRef Kind) const { in getAttributeAtIndex() function in Function
663 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
H A DAttributes.cpp1492 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList
1497 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList
H A DCore.cpp2436 return wrap(unwrap<Function>(F)->getAttributeAtIndex( in LLVMGetEnumAttributeAtIndex()
2444 unwrap<Function>(F)->getAttributeAtIndex(Idx, StringRef(K, KLen))); in LLVMGetStringAttributeAtIndex()
2850 return wrap(unwrap<CallBase>(C)->getAttributeAtIndex( in LLVMGetCallSiteEnumAttribute()
2858 unwrap<CallBase>(C)->getAttributeAtIndex(Idx, StringRef(K, KLen))); in LLVMGetCallSiteStringAttribute()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp879 isEqualOrWorse(Attr, Attrs.getAttributeAtIndex(AttrIdx, Kind))) in addIfNotExistent()
888 isEqualOrWorse(Attr, Attrs.getAttributeAtIndex(AttrIdx, Kind))) in addIfNotExistent()
897 isEqualOrWorse(Attr, Attrs.getAttributeAtIndex(AttrIdx, Kind))) in addIfNotExistent()
1155 Attrs.push_back(AttrList.getAttributeAtIndex(getAttrIdx(), AK)); in getAttrsFromIRAttr()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp968 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
/openbsd/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp672 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()