Searched refs:addDereferenceableOrNullParamAttr (Results 1 – 5 of 5) sorted by relevance
474 void addDereferenceableOrNullParamAttr(unsigned ArgNo, uint64_t Bytes);
764 addDereferenceableOrNullParamAttr(LLVMContext &C, unsigned ArgNo,
776 void Function::addDereferenceableOrNullParamAttr(unsigned ArgNo, in addDereferenceableOrNullParamAttr() function in Function778 AttributeSets = AttributeSets.addDereferenceableOrNullParamAttr(getContext(), in addDereferenceableOrNullParamAttr()
1594 AttributeList::addDereferenceableOrNullParamAttr(LLVMContext &C, unsigned Index, in addDereferenceableOrNullParamAttr() function in AttributeList
3445 Attrs = Attrs.addDereferenceableOrNullParamAttr(FI.getContext(), 0, Bytes); in tryToMoveFreeBeforeNullTest()