Searched refs:RTKind (Results 1 – 1 of 1) sorted by relevance
1221 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime() local1223 if (RTKind == Driver::OMPRT_Unknown) in addOpenMPRuntime()1230 switch (RTKind) { in addOpenMPRuntime()1247 if (RTKind == Driver::OMPRT_GOMP && GompNeedsRT) in addOpenMPRuntime()