Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAIX.cpp256 case Driver::OMPRT_GOMP: in ConstructJob()
H A DMinGW.cpp288 case Driver::OMPRT_GOMP: in ConstructJob()
H A DMSVC.cpp258 case Driver::OMPRT_GOMP: in ConstructJob()
H A DCommonArgs.cpp864 case Driver::OMPRT_GOMP: in addOpenMPRuntime()
877 if (RTKind == Driver::OMPRT_GOMP && GompNeedsRT) in addOpenMPRuntime()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h134 OMPRT_GOMP, enumerator
/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp747 .Case("libgomp", OMPRT_GOMP) in getOpenMPRuntime()