Searched refs:StaticOpenMP (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | OpenBSD.cpp | 178 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 180 addOpenMPRuntime(CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
| H A D | FreeBSD.cpp | 300 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 302 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()
|