Lines Matching defs:ArchDefinition
268 struct ArchDefinition {
361 static const ArchDefinition g_macho_arch_def = {eArchTypeMachO,
437 static const ArchDefinition g_elf_arch_def = {
463 static const ArchDefinition g_coff_arch_def = {
476 static const ArchDefinition g_xcoff_arch_def = {
485 static const ArchDefinition *g_arch_definitions[] = {
492 static const ArchDefinition *FindArchDefinition(ArchitectureType arch_type) {
493 for (const ArchDefinition *def : g_arch_definitions) {
517 FindArchDefinitionEntry(const ArchDefinition *def, uint32_t cpu, uint32_t sub) {
531 FindArchDefinitionEntry(const ArchDefinition *def, ArchSpec::Core core) {
876 const ArchDefinition *arch_def = FindArchDefinition(arch_type);