Searched refs:host_triple (Results 1 – 25 of 36) sorted by relevance
12
4 is_native = config.root.host_triple == config.root.target_triple5 if not is_native or not is_arm_linux_eabi(config.root.host_triple):
68 host_triple = getattr(config, 'host_triple', None)70 if host_triple and host_triple == target_triple:431 if self.config.host_triple and self.config.host_triple != '@LLVM_HOST_TRIPLE@':433 … '--target=%s' % self.make_itanium_abi_triple(self.config.host_triple)))
201 llvm::Triple host_triple(llvm::sys::getDefaultTargetTriple()); in GetAugmentedArchSpec() local204 normalized_triple.setVendor(host_triple.getVendor()); in GetAugmentedArchSpec()206 normalized_triple.setOS(host_triple.getOS()); in GetAugmentedArchSpec()208 normalized_triple.setEnvironment(host_triple.getEnvironment()); in GetAugmentedArchSpec()
252 llvm::Triple host_triple{llvm::sys::getProcessTriple()}; in CanDebugProcess() local255 switch (host_triple.getArch()) { in CanDebugProcess()
113 host_flags = ['--target=' + config.host_triple]138 config.substitutions.append(('%clang_cl_host', '%clang_cl --target='+config.host_triple))
68 not 'x86' in config.host_triple:104 if re.search(r'cygwin|windows-gnu|windows-msvc', config.host_triple):105 lli_args = ['-mtriple=' + config.host_triple + '-elf']
107 if 'Darwin' in config.host_os and 'x86' in config.host_triple:112 if 'Darwin' in config.host_os and 'x86' in config.host_triple:
21 config.host_triple = "@LLVM_HOST_TRIPLE@"
18 config.host_triple = "@LLVM_HOST_TRIPLE@"
109 const llvm::Triple &host_triple = in ResolveExecutable() local113 module_triple.setVendorName(host_triple.getVendorName()); in ResolveExecutable()115 module_triple.setOSName(host_triple.getOSName()); in ResolveExecutable()
10 config.host_triple = "@LLVM_HOST_TRIPLE@"
8 elif not ('x86_64' in config.root.host_triple):
8 elif not ('mips' in config.root.host_triple):
8 elif not ('aarch64' in config.root.host_triple):
14 config.host_triple = "@LLVM_HOST_TRIPLE@"
5 config.host_triple = "@LLVM_HOST_TRIPLE@"
16 config.host_triple = "x86_64-unknown-linux-gnu"
26 config.host_triple = "@LLVM_HOST_TRIPLE@"
15 config.host_triple = "@LLVM_HOST_TRIPLE@"