Searched refs:OpenMPRuntimeKind (Results 1 – 4 of 4) sorted by relevance
148 enum OpenMPRuntimeKind { enum469 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
835 Driver::OpenMPRuntimeKind OMPRuntime = getDriver().getOpenMPRuntime(Args); in addFortranRuntimeLibs()
900 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime()907 auto RT = llvm::StringSwitch<OpenMPRuntimeKind>(RuntimeName) in getOpenMPRuntime()1039 OpenMPRuntimeKind RuntimeKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()
1388 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime()