Home
last modified time | relevance | path

Searched refs:host_arch (Results 1 – 25 of 44) sorted by relevance

12

/external/libchrome/build/
Ddetect_host_arch.py15 host_arch = platform.machine()
18 if re.match(r'i.86', host_arch) or host_arch == 'i86pc':
19 host_arch = 'ia32'
20 elif host_arch in ['x86_64', 'amd64']:
21 host_arch = 'x64'
22 elif host_arch.startswith('arm'):
23 host_arch = 'arm'
24 elif host_arch.startswith('aarch64'):
25 host_arch = 'arm64'
26 elif host_arch.startswith('mips'):
[all …]
/external/llvm/test/ExecutionEngine/
Dlit.local.cfg1 if config.root.host_arch in ['Sparc', 'PowerPC', 'AArch64', 'SystemZ']:
4 # CMake and autoconf diverge in naming or host_arch
/external/llvm-project/llvm/test/ExecutionEngine/
Dlit.local.cfg1 if config.root.host_arch in ['Sparc', 'PowerPC', 'AArch64', 'SystemZ']:
4 # CMake and autoconf diverge in naming or host_arch
/external/llvm-project/openmp/runtime/tools/lib/
DPlatform.pm34 …@vars = qw{ $host_arch $host_os $host_platform $target_arch $target_mic_arch $target_os $target_pl…
295 tie( $host_arch, "Platform::host_arch" );
317 { package Platform::host_arch;
/external/llvm-project/compiler-rt/test/xray/
Dlit.cfg.py58 elif '64' not in config.host_arch:
59 if 'arm' in config.host_arch:
/external/llvm/test/ExecutionEngine/MCJIT/
Dlit.local.cfg11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
15 if 'armv7' in root.host_arch:
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dlit.local.cfg11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
15 if 'armv7' in root.host_arch:
/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/
Dlit.local.cfg11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
16 if 'armv7' in root.host_arch:
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp187 ArchSpec host_arch(HostInfo::GetArchitecture()); in Handle_qHostInfo() local
188 const llvm::Triple &host_triple = host_arch.GetTriple(); in Handle_qHostInfo()
191 response.Printf(";ptrsize:%u;", host_arch.GetAddressByteSize()); in Handle_qHostInfo()
193 const char *distribution_id = host_arch.GetDistributionId().AsCString(); in Handle_qHostInfo()
205 uint32_t cpu = host_arch.GetMachOCPUType(); in Handle_qHostInfo()
206 uint32_t sub = host_arch.GetMachOCPUSubType(); in Handle_qHostInfo()
233 if (host_arch.GetMachine() == llvm::Triple::aarch64 || in Handle_qHostInfo()
234 host_arch.GetMachine() == llvm::Triple::aarch64_32 || in Handle_qHostInfo()
235 host_arch.GetMachine() == llvm::Triple::aarch64_be || in Handle_qHostInfo()
236 host_arch.GetMachine() == llvm::Triple::arm || in Handle_qHostInfo()
[all …]
/external/llvm-project/compiler-rt/test/cfi/cross-dso/icall/
Dlit.local.cfg.py2 if config.root.host_arch not in ['x86', 'x86_64']:
/external/llvm-project/compiler-rt/test/cfi/icall/
Dlit.local.cfg.py2 if config.root.host_arch not in ['x86', 'x86_64']:
/external/compiler-rt/test/cfi/cross-dso/icall/
Dlit.local.cfg2 if config.root.host_arch not in ['x86', 'x86_64']:
/external/compiler-rt/test/cfi/icall/
Dlit.local.cfg2 if config.root.host_arch not in ['x86', 'x86_64']:
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/
Dlit.local.cfg2 if config.root.host_arch not in ['x86', 'x86_64']:
/external/llvm/test/ExecutionEngine/OrcLazy/
Dlit.local.cfg3 if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']:
/external/llvm-project/llvm/test/ExecutionEngine/OrcLazy/
Dlit.local.cfg3 if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64', 'mips', 'mipsel', 'mips64', 'mip…
/external/llvm-project/compiler-rt/test/msan/
Dlit.cfg.py47 if config.host_arch in ['mips64', 'mips64el']:
/external/compiler-rt/unittests/
Dlit.common.unit.configured.in11 config.host_arch = "@HOST_ARCH@"
/external/llvm-project/compiler-rt/unittests/
Dlit.common.unit.configured.in11 config.host_arch = "@HOST_ARCH@"
/external/llvm-project/debuginfo-tests/
Dlit.site.cfg.py.in20 config.host_arch = "@HOST_ARCH@"
/external/clang/test/
Dlit.site.cfg.in23 config.host_arch = "@HOST_ARCH@"
/external/compiler-rt/test/
Dlit.common.configured.in11 set_default("host_arch", "@HOST_ARCH@")
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddecorators.py628 host_arch = self.getLldbArchitecture()
632 if not (target_arch == 'x86_64' and host_arch ==
633 'i386') and host_arch != target_arch:
635 target_arch, host_arch)
/external/llvm-project/compiler-rt/test/lsan/
Dlit.common.cfg.py79 supported_linux = (not config.android) and config.host_os == 'Linux' and config.host_arch in ['x86_…
/external/llvm/test/
Dlit.site.cfg.in30 config.host_arch = "@HOST_ARCH@"

12