Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.h121 bool IsOffloadingHost = false, bool GompNeedsRT = false);
H A DCommonArgs.cpp694 bool IsOffloadingHost, bool GompNeedsRT) { in addOpenMPRuntime() argument
725 if (RTKind == Driver::OMPRT_GOMP && GompNeedsRT) in addOpenMPRuntime()