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.cpp677 const ArchDefinitionEntry *arch_def = in GetMachOCPUType() local
679 if (arch_def) { in GetMachOCPUType()
680 return arch_def->cpu; in GetMachOCPUType()
689 const ArchDefinitionEntry *arch_def = in GetMachOCPUSubType() local
691 if (arch_def) { in GetMachOCPUSubType()
692 return arch_def->sub; in GetMachOCPUSubType()
878 const ArchDefinition *arch_def = FindArchDefinition(arch_type); in SetArchitecture() local
879 if (arch_def) { in SetArchitecture()
881 FindArchDefinitionEntry(arch_def, cpu, sub); in SetArchitecture()