Home
last modified time | relevance | path

Searched refs:removeAttributesAtIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h617 removeAttributesAtIndex(LLVMContext &C, unsigned Index,
622 [[nodiscard]] AttributeList removeAttributesAtIndex(LLVMContext &C,
643 return removeAttributesAtIndex(C, FunctionIndex, AttrsToRemove);
649 return removeAttributesAtIndex(C, FunctionIndex);
671 return removeAttributesAtIndex(C, ReturnIndex, AttrsToRemove);
694 return removeAttributesAtIndex(C, ArgNo + FirstArgIndex, AttrsToRemove);
701 return removeAttributesAtIndex(C, ArgNo + FirstArgIndex);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1428 AttributeList AttributeList::removeAttributesAtIndex( in removeAttributesAtIndex() function in AttributeList
1439 AttributeList::removeAttributesAtIndex(LLVMContext &C, in removeAttributesAtIndex() function in AttributeList
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1150 AL = AL.removeAttributesAtIndex(Ctx, AttrIdx, AM); in updateAttrMap()