Searched refs:getParamPreallocatedType (Results 1 – 6 of 6) sorted by relevance
508 Type *getParamPreallocatedType(unsigned ArgNo) const { in getParamPreallocatedType() function509 return AttributeSets.getParamPreallocatedType(ArgNo); in getParamPreallocatedType()
1865 Type *getParamPreallocatedType(unsigned ArgNo) const {1866 if (auto *Ty = Attrs.getParamPreallocatedType(ArgNo))1869 return F->getAttributes().getParamPreallocatedType(ArgNo);
897 Type *getParamPreallocatedType(unsigned ArgNo) const;
245 ElementTy = FuncInfo.getParamPreallocatedType(ParamIdx); in setArgFlags()
1692 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
136 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()