Searched refs:SupportedSubArchs (Results 1 – 6 of 6) sorted by relevance
68 SmallVectorImpl<std::string>::const_iterator I = SupportedSubArchs.begin(); in ArchSupportsMCJIT()69 for(; I != SupportedSubArchs.end(); ++I) in ArchSupportsMCJIT()93 SmallVector<std::string, 2> SupportedSubArchs; // We need to own the memory variable
300 SupportedSubArchs.push_back("armv6"); in MCJITTestBase()301 SupportedSubArchs.push_back("armv7"); in MCJITTestBase()
141 SupportedSubArchs.push_back("armv6"); in MCJITCAPITest()142 SupportedSubArchs.push_back("armv7"); in MCJITCAPITest()
69 SmallVectorImpl<std::string>::const_iterator I = SupportedSubArchs.begin(); in ArchSupportsMCJIT()70 for(; I != SupportedSubArchs.end(); ++I) in ArchSupportsMCJIT()95 SmallVector<std::string, 2> SupportedSubArchs; // We need to own the memory variable
305 SupportedSubArchs.push_back("armv6"); in MCJITTestBase()306 SupportedSubArchs.push_back("armv7"); in MCJITTestBase()
140 SupportedSubArchs.push_back("armv6"); in MCJITCAPITest()141 SupportedSubArchs.push_back("armv7"); in MCJITCAPITest()