Home
last modified time | relevance | path

Searched refs:kNumCores (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
DArchSpec.h91 kNumCores, enumerator
210 return m_core >= eCore_arm_generic && m_core < kNumCores; in IsValid()
/external/lldb/source/Core/
DArchSpec.cpp49 static const CoreDefinition g_core_definitions[ArchSpec::kNumCores] =
131 for (i = 0; i < ArchSpec::kNumCores; ++i) in AutoComplete()
139 for (i = 0; i < ArchSpec::kNumCores; ++i) in AutoComplete()
272 for (unsigned int i = 0; i < ArchSpec::kNumCores; ++i) in FindCoreDefinition()
283 if (core >= 0 && core < ArchSpec::kNumCores) in FindCoreDefinition()