Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.h82 bool IsOffloadingHost = false, bool GompNeedsRT = false);
H A DCommonArgs.cpp666 bool IsOffloadingHost, bool GompNeedsRT) { in addOpenMPRuntime() argument
697 if (RTKind == Driver::OMPRT_GOMP && GompNeedsRT) in addOpenMPRuntime()