Searched refs:getParamPreallocatedType (Results 1 – 4 of 4) sorted by relevance
700 Type *getParamPreallocatedType(unsigned ArgNo) const;
1741 Type *getParamPreallocatedType(unsigned ArgNo) const {1742 return Attrs.getParamPreallocatedType(ArgNo);
1631 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
140 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()