Home
last modified time | relevance | path

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

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