Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp654 const ArchDefinitionEntry *arch_def = in GetMachOCPUType() local
656 if (arch_def) { in GetMachOCPUType()
657 return arch_def->cpu; in GetMachOCPUType()
666 const ArchDefinitionEntry *arch_def = in GetMachOCPUSubType() local
668 if (arch_def) { in GetMachOCPUSubType()
669 return arch_def->sub; in GetMachOCPUSubType()
855 const ArchDefinition *arch_def = FindArchDefinition(arch_type); in SetArchitecture() local
856 if (arch_def) { in SetArchitecture()
858 FindArchDefinitionEntry(arch_def, cpu, sub); in SetArchitecture()