Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DSolaris.cpp119 getToolChain().addFastMathRuntimeIfAvailable(Args, CmdArgs); in ConstructJob()
H A DMinGW.cpp350 TC.addFastMathRuntimeIfAvailable(Args, CmdArgs); in ConstructJob()
H A DGnu.cpp549 ToolChain.addFastMathRuntimeIfAvailable(Args, CmdArgs); in ConstructJob()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h708 bool addFastMathRuntimeIfAvailable(
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp1106 bool ToolChain::addFastMathRuntimeIfAvailable(const ArgList &Args, in addFastMathRuntimeIfAvailable() function in ToolChain