Searched refs:removeAttr (Results 1 – 9 of 9) sorted by relevance
163 void removeAttr(Attribute::AttrKind Kind);
248 arg.removeAttr(llvm::Attribute::ByVal); in fixupRSAllocationStructByValCalls()
246 A.removeAttr(Attribute::NoAlias); in lowerEarlyIntrinsics()
254 Arg->removeAttr(Attribute::Alignment); in adjustByValArgAlignment()
813 A->removeAttr(Attribute::WriteOnly); in addAccessAttr()814 A->removeAttr(Attribute::ReadOnly); in addAccessAttr()815 A->removeAttr(Attribute::ReadNone); in addAccessAttr()
2274 Arg.removeAttr(Attribute::Returned); in cleanupIR()
435 Arg->removeAttr(RK.AttrKind); in dropRedundantKnowledge()
293 void Argument::removeAttr(Attribute::AttrKind Kind) { in removeAttr() function in Argument
2924 AI->removeAttr(llvm::Attribute::AttrKind::Alignment); in EmitFunctionProlog()