Searched refs:StaticOpenMP (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | FreeBSD.cpp | 298 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 300 addOpenMPRuntime(CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
H A D | NetBSD.cpp | 295 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 297 addOpenMPRuntime(CmdArgs, getToolChain(), Args, StaticOpenMP); in ConstructJob()
|
H A D | Gnu.cpp | 606 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 611 if (addOpenMPRuntime(CmdArgs, ToolChain, Args, StaticOpenMP, in ConstructJob()
|