Searched refs:host_cpu (Results 1 – 9 of 9) sorted by relevance
43 host_cpu = res[2].strip().decode().split("brand_string:")[-1]44 if "M1" in host_cpu:46 elif "M2" in host_cpu:48 elif "M3" in host_cpu:
92 host_cpu=arm6495 host_cpu=x86_64168 cpu="--host-cpu $host_cpu"218 if [[ "$host_cpu" == "arm64" ]]; then220 elif [[ "$host_cpu" == "x86_64" ]]; then223 echo "Error: unrecognized CPU '$host_cpu' for Darwin"
329 host_cpu = args.host_cpu349 copy_config = config_info.get(host_platform).get(host_cpu).get('copy_config')352 install_config = config_info.get(host_platform).get(host_cpu).get('install')354 linux_copy_config = config_info.get(host_platform).get(host_cpu).get('linux_copy_config')357 darwin_copy_config = config_info.get(host_platform).get(host_cpu).get('darwin_copy_config')
15 use_custom_libcxx || (use_custom_libcxx_for_host && current_cpu == host_cpu)
43 if (host_cpu == "arm64") {50 if (host_cpu == "arm64") {52 } else if (host_cpu == "riscv64") {
46 host_cpu = platform.uname().machine.lower()48 clang_base_dir, host_platform + '-' + host_cpu, 'llvm/bin')
36 # - host_os, host_cpu, host_toolchain58 host_cpu = "arm64"199 target_cpu = host_cpu352 if (host_cpu == "arm64") {449 host_toolchain = "//build/toolchain/linux:clang_$host_cpu"451 host_toolchain = "//build/toolchain/linux:clang_$host_cpu"453 host_toolchain = "//build/toolchain/linux:$host_cpu"456 host_toolchain = "//build/toolchain/mac:clang_$host_cpu"465 host_toolchain = "//build/toolchain/win:win_clang_$host_cpu"467 host_toolchain = "//build/toolchain/win:$host_cpu"
182 if (host_cpu == "arm64") {194 if (host_cpu == "arm64") {
240 host_cpu242 (Internally set; try `gn help host_cpu`.)