Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DArchSpec.cpp290 FindArchDefinitionEntry (const ArchDefinition *def, uint32_t cpu, uint32_t sub) in FindArchDefinitionEntry() function
306 FindArchDefinitionEntry (const ArchDefinition *def, ArchSpec::Core core) in FindArchDefinitionEntry() function
411 … const ArchDefinitionEntry *arch_def = FindArchDefinitionEntry (&g_macho_arch_def, core_def->core); in GetMachOCPUType()
426 … const ArchDefinitionEntry *arch_def = FindArchDefinitionEntry (&g_macho_arch_def, core_def->core); in GetMachOCPUSubType()
663 const ArchDefinitionEntry *arch_def_entry = FindArchDefinitionEntry (arch_def, cpu, sub); in SetArchitecture()