Searched refs:getParamPreallocatedType (Results 1 – 6 of 6) sorted by relevance
516 Type *getParamPreallocatedType(unsigned ArgNo) const { in getParamPreallocatedType() function517 return AttributeSets.getParamPreallocatedType(ArgNo); in getParamPreallocatedType()
1805 Type *getParamPreallocatedType(unsigned ArgNo) const {1806 if (auto *Ty = Attrs.getParamPreallocatedType(ArgNo))1809 return F->getAttributes().getParamPreallocatedType(ArgNo);
938 LLVM_ABI Type *getParamPreallocatedType(unsigned ArgNo) const;
244 ElementTy = FuncInfo.getParamPreallocatedType(ParamIdx); in setArgFlags()
1935 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
144 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()