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.h685 [[nodiscard]] LLVM_ABI AttributeList removeAttributesAtIndex(
691 removeAttributesAtIndex(LLVMContext &C, unsigned Index) const;
711 return removeAttributesAtIndex(C, FunctionIndex, AttrsToRemove);
717 return removeAttributesAtIndex(C, FunctionIndex);
739 return removeAttributesAtIndex(C, ReturnIndex, AttrsToRemove);
762 return removeAttributesAtIndex(C, ArgNo + FirstArgIndex, AttrsToRemove);
769 return removeAttributesAtIndex(C, ArgNo + FirstArgIndex);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1777 AttributeList AttributeList::removeAttributesAtIndex( in removeAttributesAtIndex() function in AttributeList
1788 AttributeList::removeAttributesAtIndex(LLVMContext &C, in removeAttributesAtIndex() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1158 AL = AL.removeAttributesAtIndex(Ctx, AttrIdx, AM); in updateAttrMap()