Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DArchSpec.cpp663 const ArchDefinitionEntry *arch_def_entry = FindArchDefinitionEntry (arch_def, cpu, sub); in SetArchitecture() local
664 if (arch_def_entry) in SetArchitecture()
666 const CoreDefinition *core_def = FindCoreDefinition (arch_def_entry->core); in SetArchitecture()