Searched refs:OpenMPRuntimeKind (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h88 enum OpenMPRuntimeKind { enum in class:clang::driver::Driver
355 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp581 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const {
588 auto RT = llvm::StringSwitch<OpenMPRuntimeKind>(RuntimeName)
676 OpenMPRuntimeKind OpenMPKind = getOpenMPRuntime(C.getInputArgs());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp510 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args);

Completed in 67 milliseconds