Searched refs:getWithPreallocatedType (Results 1 – 2 of 2) sorted by relevance
113 static Attribute getWithPreallocatedType(LLVMContext &Context, Type *Ty);
183 Attribute Attribute::getWithPreallocatedType(LLVMContext &Context, Type *Ty) { in getWithPreallocatedType() function in Attribute869 Attr = Attribute::getWithPreallocatedType(C, B.getPreallocatedType()); in get()