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 | 109 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob() local 110 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
H A D | Solaris.cpp | 212 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 214 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
H A D | OpenBSD.cpp | 223 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob() local 224 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
H A D | FreeBSD.cpp | 296 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 298 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 | 596 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob() local 601 if (addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP, in ConstructJob()
|