Home
last modified time | relevance | path

Searched refs:host_triple (Results 1 – 25 of 36) sorted by relevance

12

/external/libcxxabi/test/native/arm-linux-eabi/
Dlit.local.cfg4 is_native = config.root.host_triple == config.root.target_triple
5 if not is_native or not is_arm_linux_eabi(config.root.host_triple):
/external/llvm-project/libcxxabi/test/native/arm-linux-eabi/
Dlit.local.cfg4 is_native = config.root.host_triple == config.root.target_triple
5 if not is_native or not is_arm_linux_eabi(config.root.host_triple):
/external/llvm-project/llvm/utils/lit/lit/llvm/
Dconfig.py68 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)))
/external/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp201 llvm::Triple host_triple(llvm::sys::getDefaultTargetTriple()); in GetAugmentedArchSpec() local
204 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()
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp252 llvm::Triple host_triple{llvm::sys::getProcessTriple()}; in CanDebugProcess() local
255 switch (host_triple.getArch()) { in CanDebugProcess()
/external/llvm-project/lldb/test/Shell/helper/
Dtoolchain.py113 host_flags = ['--target=' + config.host_triple]
138 config.substitutions.append(('%clang_cl_host', '%clang_cl --target='+config.host_triple))
/external/llvm-project/llvm/test/
Dlit.cfg.py68 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']
/external/llvm-project/lldb/test/API/
Dlit.cfg.py107 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:
/external/libcxxabi/test/
Dlit.site.cfg.in21 config.host_triple = "@LLVM_HOST_TRIPLE@"
/external/libcxx/test/
Dlit.site.cfg.in18 config.host_triple = "@LLVM_HOST_TRIPLE@"
/external/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp109 const llvm::Triple &host_triple = in ResolveExecutable() local
113 module_triple.setVendorName(host_triple.getVendorName()); in ResolveExecutable()
115 module_triple.setOSName(host_triple.getOSName()); in ResolveExecutable()
/external/llvm-project/clang-tools-extra/clangd/test/
Dlit.site.cfg.py.in10 config.host_triple = "@LLVM_HOST_TRIPLE@"
/external/llvm-project/llvm/test/tools/llvm-exegesis/X86/lbr/
Dlit.local.cfg8 elif not ('x86_64' in config.root.host_triple):
/external/llvm-project/llvm/test/tools/llvm-exegesis/Mips/
Dlit.local.cfg8 elif not ('mips' in config.root.host_triple):
/external/llvm-project/llvm/test/tools/llvm-exegesis/AArch64/
Dlit.local.cfg8 elif not ('aarch64' in config.root.host_triple):
/external/llvm-project/debuginfo-tests/
Dlit.site.cfg.py.in18 config.host_triple = "@LLVM_HOST_TRIPLE@"
/external/clang/test/
Dlit.site.cfg.in14 config.host_triple = "@LLVM_HOST_TRIPLE@"
/external/llvm-project/llvm/test/tools/llvm-exegesis/X86/
Dlit.local.cfg8 elif not ('x86_64' in config.root.host_triple):
/external/llvm/test/
Dlit.site.cfg.in5 config.host_triple = "@LLVM_HOST_TRIPLE@"
Dlit.site.cfg16 config.host_triple = "x86_64-unknown-linux-gnu"
/external/llvm-project/mlir/examples/standalone/test/
Dlit.site.cfg.py.in5 config.host_triple = "@LLVM_HOST_TRIPLE@"
/external/llvm-project/mlir/integration_test/
Dlit.site.cfg.py.in5 config.host_triple = "@LLVM_HOST_TRIPLE@"
/external/llvm-project/libunwind/test/
Dlit.site.cfg.in26 config.host_triple = "@LLVM_HOST_TRIPLE@"
/external/llvm-project/libcxxabi/test/
Dlit.site.cfg.in26 config.host_triple = "@LLVM_HOST_TRIPLE@"
/external/llvm-project/clang/test/
Dlit.site.cfg.py.in15 config.host_triple = "@LLVM_HOST_TRIPLE@"

12