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.cpp102 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
H A DSolaris.cpp213 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
H A DOpenBSD.cpp214 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
H A DFreeBSD.cpp291 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
H A DNetBSD.cpp314 addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP); in ConstructJob()
H A DGnu.cpp520 if (addOpenMPRuntime(C, CmdArgs, ToolChain, Args, StaticOpenMP, in ConstructJob()
H A DCommonArgs.cpp1375 bool tools::addOpenMPRuntime(const Compilation &C, ArgStringList &CmdArgs, in addOpenMPRuntime() function in tools
H A DDarwin.cpp711 addOpenMPRuntime(C, CmdArgs, getToolChain(), Args); in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h116 bool addOpenMPRuntime(const Compilation &C, llvm::opt::ArgStringList &CmdArgs,