Searched refs:removeAttributesAtIndex (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 605 LLVM_NODISCARD AttributeList removeAttributesAtIndex( 610 LLVM_NODISCARD AttributeList removeAttributesAtIndex(LLVMContext &C, 631 return removeAttributesAtIndex(C, FunctionIndex, AttrsToRemove); 637 return removeAttributesAtIndex(C, FunctionIndex); 658 return removeAttributesAtIndex(C, ReturnIndex, AttrsToRemove); 681 return removeAttributesAtIndex(C, ArgNo + FirstArgIndex, AttrsToRemove); 688 return removeAttributesAtIndex(C, ArgNo + FirstArgIndex);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Attributes.cpp | 1321 AttributeList AttributeList::removeAttributesAtIndex( in removeAttributesAtIndex() function in AttributeList 1332 AttributeList::removeAttributesAtIndex(LLVMContext &C, in removeAttributesAtIndex() function in AttributeList
|