Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h655 bool addFastMathRuntimeIfAvailable(
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMinGW.cpp316 TC.addFastMathRuntimeIfAvailable(Args, CmdArgs); in ConstructJob()
H A DGnu.cpp551 ToolChain.addFastMathRuntimeIfAvailable(Args, CmdArgs); in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp982 bool ToolChain::addFastMathRuntimeIfAvailable(const ArgList &Args, in addFastMathRuntimeIfAvailable() function in ToolChain