Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp2504 bool OFastEnabled, const ArgList &Args, in RenderFloatingPointOptions() argument
2568 if (OFastEnabled && !Val.equals("fast")) { in RenderFloatingPointOptions()
2749 if (!OFastEnabled) in RenderFloatingPointOptions()
4698 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob() local
4702 OFastEnabled ? options::OPT_Ofast : options::OPT_fstrict_aliasing; in ConstructJob()
4743 RenderFloatingPointOptions(TC, D, OFastEnabled, Args, CmdArgs, JA); in ConstructJob()
/external/clang/lib/Driver/
DTools.cpp4124 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob() local
4128 OFastEnabled ? options::OPT_Ofast : options::OPT_fstrict_aliasing; in ConstructJob()
4156 OFastEnabled ? options::OPT_Ofast : options::OPT_ffast_math; in ConstructJob()
4268 (OFastEnabled && A->getOption().matches(options::OPT_Ofast))) { in ConstructJob()