Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestAPICommon.h69 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
DMCJITTestBase.h305 SupportedSubArchs.push_back("armv6"); in MCJITTestBase()
306 SupportedSubArchs.push_back("armv7"); in MCJITTestBase()
DMCJITCAPITest.cpp140 SupportedSubArchs.push_back("armv6"); in MCJITCAPITest()
141 SupportedSubArchs.push_back("armv7"); in MCJITCAPITest()