Searched refs:UnsupportedOSs (Results 1 – 4 of 4) sorted by relevance
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestAPICommon.h | 85 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/ |
D | ThreadPool.cpp | 27 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()
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestAPICommon.h | 89 if (!is_contained(UnsupportedOSs, Host.getOS())) in OSSupportsMCJIT() 99 SmallVector<Triple::OSType, 4> UnsupportedOSs; variable
|
/external/llvm-project/llvm/unittests/Support/ |
D | ThreadPool.cpp | 28 SmallVector<Triple::OSType, 4> UnsupportedOSs; member in ThreadPoolTest 39 if (is_contained(UnsupportedOSs, Host.getOS())) in isUnsupportedOSOrEnvironment()
|