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

  /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 99 milliseconds