Searched refs:getWithByValType (Results 1 – 5 of 5) sorted by relevance
144 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
189 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute
4001 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in parseFunctionRecord()4023 Attribute NewAttr = Attribute::getWithByValType(Context, ByValTy); in parseFunctionRecord()4542 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateAttributeTypes()
3218 Call.addParamAttr(ix, Attribute::getWithByValType( in visitCallBase()
2180 llvm::Attribute NewAttr = llvm::Attribute::getWithByValType( in addX86InterruptAttrs()