Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h117 bool IsOffloadingHost = false, bool GompNeedsRT = false);
H A DCommonArgs.cpp1216 bool GompNeedsRT) { in addOpenMPRuntime() argument
1247 if (RTKind == Driver::OMPRT_GOMP && GompNeedsRT) in addOpenMPRuntime()