Searched refs:m_core (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h328 return m_core >= eCore_arm_generic && m_core < kNumCores;
408 Core GetCore() const { return m_core; }
510 Core m_core = kCore_invalid; member in class:lldb_private::ArchSpec
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp569 m_core = kCore_invalid;
579 const CoreDefinition *core_def = FindCoreDefinition(m_core);
627 switch (m_core) {
676 const CoreDefinition *core_def = FindCoreDefinition(m_core);
688 const CoreDefinition *core_def = FindCoreDefinition(m_core);
708 const CoreDefinition *core_def = FindCoreDefinition(m_core);
724 const CoreDefinition *core_def = FindCoreDefinition(m_core);
738 const CoreDefinition *core_def = FindCoreDefinition(m_core);
866 m_core = other.GetCore();
876 m_core
[all...]
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_subr.c578 struct bhnd_core_match m_core = { _BHND_CORE_MATCH_COPY(desc) }; local
583 if (m_core.m.match_flags) {
593 if (!bhnd_core_matches(&core, &m_core))

Completed in 183 milliseconds