Searched refs:getWithStructRetType (Results 1 – 4 of 4) sorted by relevance
129 static Attribute getWithStructRetType(LLVMContext &Context, Type *Ty);
192 Attribute Attribute::getWithStructRetType(LLVMContext &Context, Type *Ty) { in getWithStructRetType() function in Attribute
150 return wrap(Attribute::getWithStructRetType(Ctx, NULL)); in LLVMCreateEnumAttribute()
3351 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in parseFunctionRecord()3832 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in propagateAttributeTypes()