Searched refs:StaticOpenMP (Results 1 – 7 of 7) sorted by relevance
| /freebsd/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(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | Haiku.cpp | 101 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob() local 102 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | Solaris.cpp | 211 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 213 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | OpenBSD.cpp | 213 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob() local 214 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | FreeBSD.cpp | 289 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 291 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | NetBSD.cpp | 313 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob() local 314 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | Gnu.cpp | 515 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 520 if (addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP, in ConstructJob()
|