Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2603 bool OFastEnabled, const ArgList &Args, in RenderFloatingPointOptions() argument
2667 if (OFastEnabled && !Val.equals("fast")) { in RenderFloatingPointOptions()
2848 if (!OFastEnabled) in RenderFloatingPointOptions()
4910 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob() local
4914 OFastEnabled ? options::OPT_Ofast : options::OPT_fstrict_aliasing; in ConstructJob()
4959 RenderFloatingPointOptions(TC, D, OFastEnabled, Args, CmdArgs, JA); in ConstructJob()