Searched refs:getWithByValType (Results 1 – 7 of 7) sorted by relevance
183 Attribute A = Attribute::getWithByValType(C, Ty); in TEST()186 A = Attribute::getWithByValType(C, Type::getInt32Ty(C)); in TEST()
142 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
186 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute
154 return wrap(Attribute::getWithByValType(Ctx, nullptr)); in LLVMCreateEnumAttribute()
3866 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in parseFunctionRecord()3888 Attribute NewAttr = Attribute::getWithByValType(Context, ByValTy); in parseFunctionRecord()4377 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateAttributeTypes()
3043 Call.addParamAttr(ix, Attribute::getWithByValType( in visitCallBase()
2171 llvm::Attribute NewAttr = llvm::Attribute::getWithByValType( in addX86InterruptAttrs()