Searched refs:removeAttributesAtIndex (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Attributes.h | 614 removeAttributesAtIndex(LLVMContext &C, unsigned Index, 619 [[nodiscard]] AttributeList removeAttributesAtIndex(LLVMContext &C, 640 return removeAttributesAtIndex(C, FunctionIndex, AttrsToRemove); 646 return removeAttributesAtIndex(C, FunctionIndex); 668 return removeAttributesAtIndex(C, ReturnIndex, AttrsToRemove); 691 return removeAttributesAtIndex(C, ArgNo + FirstArgIndex, AttrsToRemove); 698 return removeAttributesAtIndex(C, ArgNo + FirstArgIndex);
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Attributes.cpp | 1399 AttributeList AttributeList::removeAttributesAtIndex( in removeAttributesAtIndex() function in AttributeList 1410 AttributeList::removeAttributesAtIndex(LLVMContext &C, in removeAttributesAtIndex() function in AttributeList
|