Searched refs:removeAttributesAtIndex (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 685 [[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 D | Attributes.cpp | 1777 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 D | Attributor.cpp | 1158 AL = AL.removeAttributesAtIndex(Ctx, AttrIdx, AM); in updateAttrMap()
|