Lines Matching refs:host
28 def get_llvm_prebuilt_path(host): argument
29 rel_prebuilt_path = 'prebuilts/clang/host/{}'.format(host)
40 host = args.host
47 os_name = host
52 if host == 'darwin':
53 host = 'darwin-x86_64'
54 elif host == 'linux':
55 host = 'linux-x86_64'
56 elif host == 'windows':
57 host = 'windows'
58 elif host == 'windows64':
59 host = 'windows-x86_64'
61 package_name = 'llvm-{}.zip'.format(host)
67 if not host.startswith('windows'):