Searched refs:ToStrip (Results 1 – 2 of 2) sorted by relevance
33 llvm::AttributeSet ToStrip = llvm::AttributeSet::get(F.getContext(), in stripUnknownAttributes() local35 A.removeAttr(ToStrip); in stripUnknownAttributes()
66 AttributeSet ToStrip = AttributeSet::get(F.getContext(), in runOnFunction() local68 F.removeAttributes(AttributeSet::FunctionIndex, ToStrip); in runOnFunction()