Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DArchSpec.cpp411 … const ArchDefinitionEntry *arch_def = FindArchDefinitionEntry (&g_macho_arch_def, core_def->core); in GetMachOCPUType() local
412 if (arch_def) in GetMachOCPUType()
414 return arch_def->cpu; in GetMachOCPUType()
426 … const ArchDefinitionEntry *arch_def = FindArchDefinitionEntry (&g_macho_arch_def, core_def->core); in GetMachOCPUSubType() local
427 if (arch_def) in GetMachOCPUSubType()
429 return arch_def->sub; in GetMachOCPUSubType()
660 const ArchDefinition *arch_def = FindArchDefinition(arch_type); in SetArchitecture() local
661 if (arch_def) in SetArchitecture()
663 const ArchDefinitionEntry *arch_def_entry = FindArchDefinitionEntry (arch_def, cpu, sub); in SetArchitecture()