Searched refs:addOpenMPRuntime (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | DragonFly.cpp | 139 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
H A D | Haiku.cpp | 110 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
H A D | CommonArgs.h | 114 bool addOpenMPRuntime(const Compilation &C, llvm::opt::ArgStringList &CmdArgs,
|
H A D | OpenBSD.cpp | 224 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
H A D | Solaris.cpp | 214 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
H A D | FreeBSD.cpp | 298 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
H A D | NetBSD.cpp | 314 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
|
H A D | CommonArgs.cpp | 1213 bool tools::addOpenMPRuntime(const Compilation &C, ArgStringList &CmdArgs, in addOpenMPRuntime() function in tools
|
H A D | Darwin.cpp | 689 addOpenMPRuntime(C, CmdArgs, getToolChain(), Args); in ConstructJob()
|
H A D | Gnu.cpp | 601 if (addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP, in ConstructJob()
|