Searched refs:StaticOpenMP (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | DragonFly.cpp | 138 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob() local 139 addOpenMPRuntime(CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | Haiku.cpp | 106 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob() local 107 addOpenMPRuntime(CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | Solaris.cpp | 213 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 215 addOpenMPRuntime(CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | OpenBSD.cpp | 219 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob() local 220 addOpenMPRuntime(CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | FreeBSD.cpp | 291 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 293 addOpenMPRuntime(CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | NetBSD.cpp | 310 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob() local 311 addOpenMPRuntime(CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | Gnu.cpp | 592 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 597 if (addOpenMPRuntime(CmdArgs, ToolChain, Args, StaticOpenMP, in ConstructJob()
|