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
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()