Searched defs:SupportedSubArchs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h63 SmallVectorImpl<std::string>::const_iterator I = SupportedSubArchs.begin();
64 for(; I != SupportedSubArchs.end(); ++I)
89 SmallVector<std::string, 2> SupportedSubArchs; // We need to own the memory member in class:llvm::MCJITTestAPICommon

Completed in 3110 milliseconds