Home
last modified time | relevance | path

Searched refs:StripAttr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1672 static AttributeList StripAttr(LLVMContext &C, AttributeList Attrs, in StripAttr() function
1681 F->setAttributes(StripAttr(F->getContext(), F->getAttributes(), A)); in RemoveAttribute()
1686 CB->setAttributes(StripAttr(F->getContext(), CB->getAttributes(), A)); in RemoveAttribute()