Searched refs:RemoveAttrs (Results 1 – 1 of 1) sorted by relevance
2003 llvm::AttrBuilder RemoveAttrs; in setNonAliasAttributes() local2004 RemoveAttrs.addAttribute("target-cpu"); in setNonAliasAttributes()2005 RemoveAttrs.addAttribute("target-features"); in setNonAliasAttributes()2006 RemoveAttrs.addAttribute("tune-cpu"); in setNonAliasAttributes()2007 F->removeAttributes(llvm::AttributeList::FunctionIndex, RemoveAttrs); in setNonAliasAttributes()