Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h778 Attribute Attr = getAttributeAtIndex(ArgNo, Kind);
888 LLVM_ABI Attribute getAttributeAtIndex(unsigned Index,
892 LLVM_ABI Attribute getAttributeAtIndex(unsigned Index, StringRef Kind) const;
896 return getAttributeAtIndex(ArgNo + FirstArgIndex, Kind);
901 return getAttributeAtIndex(ArgNo + FirstArgIndex, Kind);
906 return getAttributeAtIndex(FunctionIndex, Kind);
911 return getAttributeAtIndex(FunctionIndex, Kind);
916 return getAttributeAtIndex(ReturnIndex, Kind);
H A DFunction.h439 Attribute getAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) const;
442 Attribute getAttributeAtIndex(unsigned i, StringRef Kind) const;
H A DInstrTypes.h1622 Attribute getAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) const {
1623 return getAttributes().getAttributeAtIndex(i, Kind);
1627 Attribute getAttributeAtIndex(unsigned i, StringRef Kind) const {
1628 return getAttributes().getAttributeAtIndex(i, Kind);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp748 Attribute Function::getAttributeAtIndex(unsigned i, in getAttributeAtIndex() function in Function
750 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
753 Attribute Function::getAttributeAtIndex(unsigned i, StringRef Kind) const { in getAttributeAtIndex() function in Function
754 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
H A DAttributes.cpp1901 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList
1906 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList
H A DCore.cpp2590 return wrap(unwrap<Function>(F)->getAttributeAtIndex( in LLVMGetEnumAttributeAtIndex()
2598 unwrap<Function>(F)->getAttributeAtIndex(Idx, StringRef(K, KLen))); in LLVMGetStringAttributeAtIndex()
3066 return wrap(unwrap<CallBase>(C)->getAttributeAtIndex( in LLVMGetCallSiteEnumAttribute()
3074 unwrap<CallBase>(C)->getAttributeAtIndex(Idx, StringRef(K, KLen))); in LLVMGetCallSiteStringAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1037 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
H A DSCCPSolver.cpp391 Attribute OldAttr = F->getAttributeAtIndex(AttrIndex, Attribute::Range); in inferAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp576 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()