Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp300 case Driver::OMPRT_OMP: in ConstructJob()
372 case Driver::OMPRT_OMP: in AddOpenMPIncludeArgs()
H A DFlang.cpp783 case Driver::OMPRT_OMP: in ConstructJob()
H A DMinGW.cpp293 case Driver::OMPRT_OMP: in ConstructJob()
H A DMSVC.cpp257 case Driver::OMPRT_OMP: in ConstructJob()
H A DCommonArgs.cpp1231 case Driver::OMPRT_OMP: in addOpenMPRuntime()
H A DClang.cpp6636 case Driver::OMPRT_OMP: in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h130 OMPRT_OMP, enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp756 .Case("libomp", OMPRT_OMP) in getOpenMPRuntime()
851 if (RuntimeKind != OMPRT_OMP && RuntimeKind != OMPRT_IOMP5) { in CreateOffloadingDeviceToolChains()