Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp29 static cl::list<std::string> ForceRemoveAttributes( variable
105 for (auto &S : ForceRemoveAttributes) { in forceAttributes()
114 return !ForceAttributes.empty() || !ForceRemoveAttributes.empty(); in hasForceAttributes()