Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestAPICommon.h68 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
DMCJITTestBase.h300 SupportedSubArchs.push_back("armv6"); in MCJITTestBase()
301 SupportedSubArchs.push_back("armv7"); in MCJITTestBase()
DMCJITCAPITest.cpp141 SupportedSubArchs.push_back("armv6"); in MCJITCAPITest()
142 SupportedSubArchs.push_back("armv7"); in MCJITCAPITest()
/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()