Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp699 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime() local
701 if (RTKind == Driver::OMPRT_Unknown) in addOpenMPRuntime()
708 switch (RTKind) { in addOpenMPRuntime()
725 if (RTKind == Driver::OMPRT_GOMP && GompNeedsRT) in addOpenMPRuntime()
737 if (RTKind == Driver::OMPRT_OMP) in addOpenMPRuntime()