Home | History | Annotate | Download | only in IR

Lines Matching refs:removeAttribute

1862   unwrap<Function>(F)->removeAttribute(Idx, (Attribute::AttrKind)KindID);
1867 unwrap<Function>(F)->removeAttribute(Idx, StringRef(K, KLen));
2236 .removeAttribute(Idx, (Attribute::AttrKind)KindID);
2241 CallSite(unwrap<Instruction>(C)).removeAttribute(Idx, StringRef(K, KLen));