OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
139
SupportedSubArchs
.push_back("armv6");
140
SupportedSubArchs
.push_back("armv7");
MCJITTestBase.h
306
SupportedSubArchs
.push_back("armv6");
307
SupportedSubArchs
.push_back("armv7");
Completed in 99 milliseconds