Home
last modified time | relevance | path

Searched refs:UnsupportedOSs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestAPICommon.h85 if (std::find(UnsupportedOSs.begin(), UnsupportedOSs.end(), Host.getOS()) in OSSupportsMCJIT()
86 == UnsupportedOSs.end()) in OSSupportsMCJIT()
96 SmallVector<Triple::OSType, 4> UnsupportedOSs; variable
/external/llvm/unittests/Support/
DThreadPool.cpp27 SmallVector<Triple::OSType, 4> UnsupportedOSs; member in ThreadPoolTest
38 if (std::find(UnsupportedOSs.begin(), UnsupportedOSs.end(), Host.getOS()) in isUnsupportedOSOrEnvironment()
39 != UnsupportedOSs.end()) in isUnsupportedOSOrEnvironment()