Searched refs:getParamPreallocatedType (Results 1 – 4 of 4) sorted by relevance
661 Type *getParamPreallocatedType(unsigned ArgNo) const;
1699 Type *getParamPreallocatedType(unsigned ArgNo) const {1700 Type *Ty = Attrs.getParamPreallocatedType(ArgNo);
1495 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
124 PreallocatedType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()