Searched refs:SupportedArchs (Results 1 – 3 of 3) sorted by relevance
59 if (std::find(SupportedArchs.begin(), SupportedArchs.end(), Host.getArch()) in ArchSupportsMCJIT()60 == SupportedArchs.end()) in ArchSupportsMCJIT()93 SmallVector<Triple::ArchType, 4> SupportedArchs; variable
293 SupportedArchs.push_back(Triple::aarch64); in MCJITTestBase()294 SupportedArchs.push_back(Triple::arm); in MCJITTestBase()295 SupportedArchs.push_back(Triple::mips); in MCJITTestBase()296 SupportedArchs.push_back(Triple::mipsel); in MCJITTestBase()297 SupportedArchs.push_back(Triple::mips64); in MCJITTestBase()298 SupportedArchs.push_back(Triple::mips64el); in MCJITTestBase()299 SupportedArchs.push_back(Triple::x86); in MCJITTestBase()300 SupportedArchs.push_back(Triple::x86_64); in MCJITTestBase()
127 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::mips64); in MCJITCAPITest()131 SupportedArchs.push_back(Triple::mips64el); in MCJITCAPITest()132 SupportedArchs.push_back(Triple::x86); in MCJITCAPITest()133 SupportedArchs.push_back(Triple::x86_64); in MCJITCAPITest()