Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAIX.cpp253 case Driver::OMPRT_IOMP5: in ConstructJob()
H A DMinGW.cpp285 case Driver::OMPRT_IOMP5: in ConstructJob()
H A DMSVC.cpp255 case Driver::OMPRT_IOMP5: in ConstructJob()
H A DCommonArgs.cpp867 case Driver::OMPRT_IOMP5: in addOpenMPRuntime()
H A DClang.cpp6162 case Driver::OMPRT_IOMP5: in ConstructJob()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h139 OMPRT_IOMP5 enumerator
/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp748 .Case("libiomp5", OMPRT_IOMP5) in getOpenMPRuntime()
834 if (RuntimeKind != OMPRT_OMP && RuntimeKind != OMPRT_IOMP5) { in CreateOffloadingDeviceToolChains()