Searched refs:getParamPreallocatedType (Results 1 – 6 of 6) sorted by relevance
490 Type *getParamPreallocatedType(unsigned ArgNo) const { in getParamPreallocatedType() function491 return AttributeSets.getParamPreallocatedType(ArgNo); in getParamPreallocatedType()
1849 Type *getParamPreallocatedType(unsigned ArgNo) const {1850 if (auto *Ty = Attrs.getParamPreallocatedType(ArgNo))1853 return F->getAttributes().getParamPreallocatedType(ArgNo);
854 Type *getParamPreallocatedType(unsigned ArgNo) const;
221 ElementTy = FuncInfo.getParamPreallocatedType(ParamIdx); in setArgFlags()
1555 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
135 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()