Searched refs:addDereferenceableParamAttr (Results 1 – 3 of 3) sorted by relevance
473 void addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes);
568 LLVM_NODISCARD AttributeList addDereferenceableParamAttr(
617 void Function::addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes) { in addDereferenceableParamAttr() function in Function619 PAL = PAL.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()