Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Driver/
DDriver.h100 OMPRT_GOMP, enumerator
/external/llvm-project/clang/lib/Driver/ToolChains/
DMinGW.cpp254 case Driver::OMPRT_GOMP: in ConstructJob()
DCommonArgs.cpp662 case Driver::OMPRT_GOMP: in addOpenMPRuntime()
675 if (RTKind == Driver::OMPRT_GOMP && GompNeedsRT) in addOpenMPRuntime()
DMSVC.cpp476 case Driver::OMPRT_GOMP: in ConstructJob()
/external/clang/lib/Driver/
DTools.cpp2991 OMPRT_GOMP, enumerator
3011 .Case("libgomp", OMPRT_GOMP) in getOpenMPRuntime()
3037 case OMPRT_GOMP: in addOpenMPRuntime()
9485 case OMPRT_GOMP: in ConstructJob()
10071 case OMPRT_GOMP: in ConstructJob()
/external/llvm-project/clang/lib/Driver/
DDriver.cpp630 .Case("libgomp", OMPRT_GOMP) in getOpenMPRuntime()