Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDAIX.cpp306 case Driver::OMPRT_GOMP: in ConstructJob()
379 case Driver::OMPRT_GOMP: in AddOpenMPIncludeArgs()
HDMinGW.cpp299 case Driver::OMPRT_GOMP: in ConstructJob()
HDMSVC.cpp263 case Driver::OMPRT_GOMP: in ConstructJob()
HDCommonArgs.cpp1234 case Driver::OMPRT_GOMP: in addOpenMPRuntime()
1247 if (RTKind == Driver::OMPRT_GOMP && GompNeedsRT) in addOpenMPRuntime()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDDriver.h135 OMPRT_GOMP, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp757 .Case("libgomp", OMPRT_GOMP) in getOpenMPRuntime()