Searched refs:getParamPreallocatedType (Results 1 – 6 of 6) sorted by relevance
469 Type *getParamPreallocatedType(unsigned ArgNo) const { in getParamPreallocatedType() function470 return AttributeSets.getParamPreallocatedType(ArgNo); in getParamPreallocatedType()
1770 Type *getParamPreallocatedType(unsigned ArgNo) const {1771 if (auto *Ty = Attrs.getParamPreallocatedType(ArgNo))1774 return F->getAttributes().getParamPreallocatedType(ArgNo);
851 Type *getParamPreallocatedType(unsigned ArgNo) const;
214 ElementTy = FuncInfo.getParamPreallocatedType(ParamIdx); in setArgFlags()
1526 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
134 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()