Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Driver/
HDDriver.h420 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
/trueos/contrib/llvm/tools/clang/lib/Driver/
HDToolChain.cpp461 if (!isOptimizationLevelFast(Args)) { in AddFastMathRuntimeIfAvailable()
HDDriver.cpp2059 bool clang::driver::isOptimizationLevelFast(const llvm::opt::ArgList &Args) { in isOptimizationLevelFast() function in clang::driver
HDTools.cpp2304 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob()