Home
last modified time | relevance | path

Searched refs:addOpenMPRuntime (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDragonFly.cpp139 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
H A DHaiku.cpp110 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
H A DCommonArgs.h114 bool addOpenMPRuntime(const Compilation &C, llvm::opt::ArgStringList &CmdArgs,
H A DOpenBSD.cpp224 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
H A DSolaris.cpp214 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
H A DFreeBSD.cpp298 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
H A DNetBSD.cpp314 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
H A DCommonArgs.cpp1213 bool tools::addOpenMPRuntime(const Compilation &C, ArgStringList &CmdArgs, in addOpenMPRuntime() function in tools
H A DDarwin.cpp689 addOpenMPRuntime(C, CmdArgs, getToolChain(), Args); in ConstructJob()
H A DGnu.cpp601 if (addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP, in ConstructJob()