HomeSort by relevance Sort by last modified time
    Searched refs:SupportedSubArchs (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h 63 SmallVectorImpl<std::string>::const_iterator I = SupportedSubArchs.begin();
64 for(; I != SupportedSubArchs.end(); ++I)
84 SmallVector<std::string, 2> SupportedSubArchs; // We need to own the memory
MCJITCAPITest.cpp 76 SupportedSubArchs.push_back("armv6");
77 SupportedSubArchs.push_back("armv7");
MCJITTestBase.h 168 SupportedSubArchs.push_back("armv6");
169 SupportedSubArchs.push_back("armv7");

Completed in 174 milliseconds