Home
last modified time | relevance | path

Searched refs:IsOffloadingHost (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h117 bool IsOffloadingHost = false, bool GompNeedsRT = false);
H A DCommonArgs.cpp1125 bool IsOffloadingHost, bool GompNeedsRT) { in addOpenMPRuntime() argument
1159 if (IsOffloadingHost) in addOpenMPRuntime()
1162 if (IsOffloadingHost && !Args.hasArg(options::OPT_nogpulib)) in addOpenMPRuntime()
1165 if (IsOffloadingHost) in addOpenMPRuntime()