Home
last modified time | relevance | path

Searched refs:addAttributeAtIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h500 addAttributeAtIndex(LLVMContext &C, unsigned Index,
506 addAttributeAtIndex(LLVMContext &C, unsigned Index, StringRef Kind,
512 addAttributeAtIndex(LLVMContext &C, unsigned Index, Attribute A) const;
524 return addAttributeAtIndex(C, FunctionIndex, Kind);
531 return addAttributeAtIndex(C, FunctionIndex, Attr);
539 return addAttributeAtIndex(C, FunctionIndex, Kind, Value);
553 return addAttributeAtIndex(C, ReturnIndex, Kind);
560 return addAttributeAtIndex(C, ReturnIndex, Attr);
575 return addAttributeAtIndex(C, ArgNo + FirstArgIndex, Kind);
583 return addAttributeAtIndex(C, ArgNo + FirstArgIndex, Kind, Value);
[all …]
H A DInstrTypes.h1580 void addAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) {
1581 Attrs = Attrs.addAttributeAtIndex(getContext(), i, Kind);
1585 void addAttributeAtIndex(unsigned i, Attribute Attr) {
1586 Attrs = Attrs.addAttributeAtIndex(getContext(), i, Attr);
H A DFunction.h345 void addAttributeAtIndex(unsigned i, Attribute Attr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1331 AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex() function in AttributeList
1342 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex() function in AttributeList
1350 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex() function in AttributeList
H A DFunction.cpp572 void Function::addAttributeAtIndex(unsigned i, Attribute Attr) { in addAttributeAtIndex() function in Function
573 AttributeSets = AttributeSets.addAttributeAtIndex(getContext(), i, Attr); in addAttributeAtIndex()
H A DCore.cpp2402 unwrap<Function>(F)->addAttributeAtIndex(Idx, unwrap(A)); in LLVMAddAttributeAtIndex()
2836 Call->addAttributeAtIndex(Idx, AlignAttr); in LLVMSetInstrParamAlignment()
2841 unwrap<CallBase>(C)->addAttributeAtIndex(Idx, unwrap(A)); in LLVMAddCallSiteAttribute()