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

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

Completed in 150 milliseconds