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 69 SmallVectorImpl<std::string>::const_iterator I = SupportedSubArchs.begin();
70 for(; I != SupportedSubArchs.end(); ++I)
95 SmallVector<std::string, 2> SupportedSubArchs; // We need to own the memory
MCJITCAPITest.cpp 140 SupportedSubArchs.push_back("armv6");
141 SupportedSubArchs.push_back("armv7");
MCJITTestBase.h 305 SupportedSubArchs.push_back("armv6");
306 SupportedSubArchs.push_back("armv7");

Completed in 589 milliseconds