Searched refs:SupportedSubArchs (Results 1 – 3 of 3) sorted by relevance
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
306 SupportedSubArchs.push_back("armv6"); in MCJITTestBase()307 SupportedSubArchs.push_back("armv7"); in MCJITTestBase()
139 SupportedSubArchs.push_back("armv6"); in MCJITCAPITest()140 SupportedSubArchs.push_back("armv7"); in MCJITCAPITest()