Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h650 removeAttributesAtIndex(LLVMContext &C, unsigned Index,
655 [[nodiscard]] AttributeList removeAttributesAtIndex(LLVMContext &C,
676 return removeAttributesAtIndex(C, FunctionIndex, AttrsToRemove);
682 return removeAttributesAtIndex(C, FunctionIndex);
704 return removeAttributesAtIndex(C, ReturnIndex, AttrsToRemove);
727 return removeAttributesAtIndex(C, ArgNo + FirstArgIndex, AttrsToRemove);
734 return removeAttributesAtIndex(C, ArgNo + FirstArgIndex);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1558 AttributeList AttributeList::removeAttributesAtIndex( in removeAttributesAtIndex() function in AttributeList
1569 AttributeList::removeAttributesAtIndex(LLVMContext &C, in removeAttributesAtIndex() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1150 AL = AL.removeAttributesAtIndex(Ctx, AttrIdx, AM); in updateAttrMap()