Home
last modified time | relevance | path

Searched refs:OMPRT_GOMP (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DDriver.h103 OMPRT_GOMP, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DMinGW.cpp257 case Driver::OMPRT_GOMP: in ConstructJob()
DCommonArgs.cpp684 case Driver::OMPRT_GOMP: in addOpenMPRuntime()
697 if (RTKind == Driver::OMPRT_GOMP && GompNeedsRT) in addOpenMPRuntime()
DMSVC.cpp537 case Driver::OMPRT_GOMP: in ConstructJob()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DDriver.cpp647 .Case("libgomp", OMPRT_GOMP) in getOpenMPRuntime()