Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp2196 bool OFastEnabled, const ArgList &Args, in RenderFloatingPointOptions() argument
2281 if (!OFastEnabled) in RenderFloatingPointOptions()
3895 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob() local
3899 OFastEnabled ? options::OPT_Ofast : options::OPT_fstrict_aliasing; in ConstructJob()
3940 RenderFloatingPointOptions(TC, D, OFastEnabled, Args, CmdArgs); in ConstructJob()