Home
last modified time | relevance | path

Searched refs:SupportedArchs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestAPICommon.h53 if (std::find(SupportedArchs.begin(), SupportedArchs.end(), Host.getArch()) in ArchSupportsMCJIT()
54 == SupportedArchs.end()) in ArchSupportsMCJIT()
87 SmallVector<Triple::ArchType, 4> SupportedArchs; variable
DMCJITTestBase.h297 SupportedArchs.push_back(Triple::aarch64); in MCJITTestBase()
298 SupportedArchs.push_back(Triple::arm); in MCJITTestBase()
299 SupportedArchs.push_back(Triple::mips); in MCJITTestBase()
300 SupportedArchs.push_back(Triple::mipsel); in MCJITTestBase()
301 SupportedArchs.push_back(Triple::x86); in MCJITTestBase()
302 SupportedArchs.push_back(Triple::x86_64); in MCJITTestBase()
DMCJITCAPITest.cpp127 SupportedArchs.push_back(Triple::aarch64); in MCJITCAPITest()
128 SupportedArchs.push_back(Triple::arm); in MCJITCAPITest()
129 SupportedArchs.push_back(Triple::mips); in MCJITCAPITest()
130 SupportedArchs.push_back(Triple::x86); in MCJITCAPITest()
131 SupportedArchs.push_back(Triple::x86_64); in MCJITCAPITest()