Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp28 static cl::list<std::string> ForceRemoveAttributes( variable
60 for (const auto &S : ForceRemoveAttributes) { in forceAttributes()
69 return !ForceAttributes.empty() || !ForceRemoveAttributes.empty(); in hasForceAttributes()