Searched defs:arch_type (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp185 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
186 if ((arch_type == llvm::Triple::arm) ||
187 (arch_type == llvm::Triple::thumb))
/external/lldb/source/Core/
H A DArchSpec.cpp257 FindArchDefinition (ArchitectureType arch_type) argument
262 if (def->type == arch_type)
357 ArchSpec::ArchSpec (ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) : argument
362 SetArchitecture (arch_type, cpu, subtype);
656 ArchSpec::SetArchitecture (ArchitectureType arch_type, uint32_t cpu, uint32_t sub) argument
660 const ArchDefinition *arch_def = FindArchDefinition(arch_type);
674 if (arch_type == eArchTypeMachO)
/external/qemu/
H A Darch_init.c84 const uint32_t arch_type = QEMU_ARCH; variable

Completed in 141 milliseconds