Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h776 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp1090 if (!isOptimizationLevelFast(Args)) { in isFastMathRuntimeAvailable()
H A DDriver.cpp6400 bool clang::driver::isOptimizationLevelFast(const ArgList &Args) { in isOptimizationLevelFast() function in clang::driver
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp4898 RenderFloatingPointOptions(TC, D, isOptimizationLevelFast(Args), Args, in ConstructJob()
5299 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob()