OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasSubArchs
(Results
1 - 3
of
3
) sorted by null
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h
58
if (std::find(
HasSubArchs
.begin(),
HasSubArchs
.end(), Host.getArch())
59
==
HasSubArchs
.end())
83
SmallVector<Triple::ArchType, 1>
HasSubArchs
;
MCJITCAPITest.cpp
75
HasSubArchs
.push_back(Triple::arm);
MCJITTestBase.h
167
HasSubArchs
.push_back(Triple::arm);
Completed in 42 milliseconds