Home
last modified time | relevance | path

Searched refs:UnsupportedEnvironments (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h86 if (find(UnsupportedEnvironments, Host.getEnvironment()) != in OSSupportsMCJIT()
87 UnsupportedEnvironments.end()) in OSSupportsMCJIT()
101 SmallVector<Triple::EnvironmentType, 1> UnsupportedEnvironments; variable
H A DMCJITTestBase.h298 UnsupportedEnvironments.push_back(Triple::Cygnus); in MCJITTestBase()
H A DMCJITCAPITest.cpp145 UnsupportedEnvironments.push_back(Triple::Cygnus); in MCJITCAPITest()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DThreadPool.cpp34 SmallVector<Triple::EnvironmentType, 1> UnsupportedEnvironments; member in ThreadPoolTest
41 if (find(UnsupportedEnvironments, Host.getEnvironment()) != in isUnsupportedOSOrEnvironment()
42 UnsupportedEnvironments.end()) in isUnsupportedOSOrEnvironment()