reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
140 SupportedSubArchs.push_back("armv6"); 141 SupportedSubArchs.push_back("armv7");unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h
73 SmallVectorImpl<std::string>::const_iterator I = SupportedSubArchs.begin(); 74 for(; I != SupportedSubArchs.end(); ++I)unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
295 SupportedSubArchs.push_back("armv6"); 296 SupportedSubArchs.push_back("armv7");