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

/external/qemu/include/sysemu/
H A Darch_init.h22 extern const uint32_t arch_type;
/external/lldb/include/lldb/Core/
H A DArchSpec.h144 ArchSpec (ArchitectureType arch_type,
266 /// @param[in] arch_type The object type of this ArchSpec.
273 SetArchitecture (ArchitectureType arch_type,
/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/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/qemu/
H A Darch_init.c84 const uint32_t arch_type = QEMU_ARCH; variable

Completed in 682 milliseconds