HomeSort by relevance Sort by last modified time
    Searched refs:arch_type (Results 1 - 5 of 5) sorted by null

  /external/qemu/include/sysemu/
arch_init.h 22 extern const uint32_t arch_type;
  /external/lldb/include/lldb/Core/
ArchSpec.h 144 ArchSpec (ArchitectureType arch_type,
266 /// @param[in] arch_type The object type of this ArchSpec.
273 SetArchitecture (ArchitectureType arch_type,
  /external/lldb/source/Core/
ArchSpec.cpp 257 FindArchDefinition (ArchitectureType arch_type)
262 if (def->type == arch_type)
357 ArchSpec::ArchSpec (ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) :
362 SetArchitecture (arch_type, cpu, subtype);
656 ArchSpec::SetArchitecture (ArchitectureType arch_type, uint32_t cpu, uint32_t sub)
660 const ArchDefinition *arch_def = FindArchDefinition(arch_type);
674 if (arch_type == eArchTypeMachO)
    [all...]
  /external/lldb/source/Plugins/ABI/MacOSX-arm/
ABIMacOSX_arm.cpp 185 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
186 if ((arch_type == llvm::Triple::arm) ||
187 (arch_type == llvm::Triple::thumb))
    [all...]
  /external/qemu/
arch_init.c 84 const uint32_t arch_type = QEMU_ARCH; variable

Completed in 261 milliseconds