Searched refs:getAttributeAtIndex (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Attributes.h | 707 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 D | Function.h | 397 Attribute getAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) const; 400 Attribute getAttributeAtIndex(unsigned i, StringRef Kind) const;
|
H A D | InstrTypes.h | 1615 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 D | Function.cpp | 657 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 D | Attributes.cpp | 1492 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList 1497 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList
|
H A D | Core.cpp | 2436 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 D | Attributor.cpp | 879 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 D | ValueMapper.cpp | 968 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Linker/ |
H A D | IRMover.cpp | 672 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
|