Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp31 static cl::list<std::string> ForceRemoveAttributes( variable
77 for (const auto &S : ForceRemoveAttributes) { in forceAttributes()
86 return !ForceAttributes.empty() || !ForceRemoveAttributes.empty(); in hasForceAttributes()