Searched refs:addDereferenceableParamAttr (Results 1 – 3 of 3) sorted by relevance
427 void addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes);
497 LLVM_NODISCARD AttributeList addDereferenceableParamAttr(
477 void Function::addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes) { in addDereferenceableParamAttr() function in Function479 PAL = PAL.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()