Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h349 return m_core >= eCore_arm_generic && m_core < kNumCores; in IsValid()
429 Core GetCore() const { return m_core; } in GetCore()
536 Core m_core = kCore_invalid; variable
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp544 m_core = kCore_invalid; in Clear()
553 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetArchitectureName()
600 switch (m_core) { in GetClangTargetCPU()
652 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetMachOCPUType()
664 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetMachOCPUSubType()
684 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetMachine()
692 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetAddressByteSize()
843 m_core = other.GetCore(); in MergeFrom()
853 m_core = kCore_invalid; in SetArchitecture()
862 m_core = core_def->core; in SetArchitecture()
[all …]
/freebsd/sys/dev/bhnd/
H A Dbhnd_subr.c857 struct bhnd_core_match m_core = { _BHND_CORE_MATCH_COPY(desc) }; in bhnd_device_matches() local
862 if (m_core.m.match_flags) { in bhnd_device_matches()
872 if (!bhnd_core_matches(&core, &m_core)) in bhnd_device_matches()