/external/llvm/test/ExecutionEngine/ |
D | lit.local.cfg | 5 if 'powerpc64' in config.root.target_triple: 8 if 'aarch64' in config.root.target_triple \ 9 or 'arm64' in config.root.target_triple: 12 if 'hexagon' in config.root.target_triple:
|
/external/llvm/test/ExecutionEngine/MCJIT/remote/ |
D | lit.local.cfg | 1 if 'armv4' in config.root.target_triple or \ 2 'armv5' in config.root.target_triple: 7 #if 'armv7' in config.root.target_triple:
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/ |
D | lit.local.cfg | 1 if 'armv4' in config.root.target_triple or \ 2 'armv5' in config.root.target_triple: 7 #if 'armv7' in config.root.target_triple:
|
/external/libcxx/test/libcxx/test/ |
D | config.py | 297 'with_system_cxx_lib=%s' % self.config.target_triple) 373 self.cxx.flags += ['-target', self.config.target_triple] 382 self.compile_flags += ['-target', self.config.target_triple] 618 self.config.target_triple = self.get_lit_conf('target_triple') 619 self.use_target = bool(self.config.target_triple) 623 target_triple = self.cxx.getTriple() 629 target_triple = re.sub(r'([^-]+)-([^-]+)-([^.]+)([^-]*)(.*)', 630 r'\1-\2-\3\5', target_triple) 634 if (target_triple.endswith('redhat-linux') or 635 target_triple.endswith('suse-linux')): [all …]
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | lit.local.cfg | 18 if 'i386-apple-darwin' in root.target_triple: 21 if 'powerpc' in root.target_triple and not 'powerpc64' in root.target_triple:
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | lit.local.cfg | 18 if 'i386-apple-darwin' in root.target_triple: 21 if 'powerpc' in root.target_triple and not 'powerpc64' in root.target_triple:
|
/external/lldb/scripts/Python/interface/ |
D | SBDebugger.i | 190 const char *target_triple, 197 const char *target_triple);
|
/external/clang/test/ |
D | lit.cfg | 268 config.substitutions.append( ('%itanium_abi_triple', makeItaniumABITriple(config.target_triple)) ) 269 config.substitutions.append( ('%ms_abi_triple', makeMSABITriple(config.target_triple)) ) 376 # even if host_triple were different from target_triple. 377 if config.host_triple == config.target_triple: 400 if not re.match(r'.*-win32$', config.target_triple): 404 if not re.match(r'.*-win32$', config.target_triple): 408 if not re.match(r'.*-scei-ps4', config.target_triple): 412 if not re.match(r'^x86_64.*-(win32|mingw32|windows-gnu)$', config.target_triple): 416 if not re.match(r'.*-(cygwin|mingw32|windows-gnu)$', config.target_triple):
|
D | lit.site.cfg.in | 15 config.target_triple = "@TARGET_TRIPLE@"
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/ |
D | lit.cfg | 7 config.target_triple = 'x86_64-unknown-unknown'
|
/external/llvm/test/CodeGen/AArch64/ |
D | lit.local.cfg | 9 if re.search(r'cygwin|mingw32|win32', config.target_triple):
|
/external/lldb/include/lldb/API/ |
D | SBDebugger.h | 114 const char *target_triple, 121 const char *target_triple);
|
/external/lldb/source/API/ |
D | SBDebugger.cpp | 520 const char *target_triple, in CreateTarget() argument 535 target_triple, in CreateTarget() 554 target_triple, in CreateTarget() 566 const char *target_triple) in CreateTargetWithFileAndTargetTriple() argument 575 target_triple, in CreateTargetWithFileAndTargetTriple() 586 m_opaque_sp.get(), filename, target_triple, target_sp.get()); in CreateTargetWithFileAndTargetTriple()
|
/external/llvm/test/ |
D | lit.cfg | 185 if re.search(r'win32', config.target_triple): 186 llc_dwarf += ' -mtriple='+config.target_triple.replace('-win32', '-mingw32') 322 if not 'hexagon' in config.target_triple and not re.match(r'^x86_64.*-(mingw32|windows-gnu|win32)',… 332 # even if host_triple were different from target_triple. 333 if config.host_triple == config.target_triple: 415 if not re.match(r'^x86_64.*-(mingw32|windows-gnu|win32)', config.target_triple):
|
D | lit.site.cfg.in | 6 config.target_triple = "@TARGET_TRIPLE@"
|
D | lit.site.cfg | 15 config.target_triple = "x86_64-unknown-linux-gnu"
|
/external/libcxx/test/ |
D | lit.site.cfg.in | 17 config.target_triple = "@LIBCXX_TARGET_TRIPLE@"
|
/external/clang/test/Unit/ |
D | lit.site.cfg.in | 13 config.target_triple = "@TARGET_TRIPLE@"
|
/external/compiler-rt/unittests/ |
D | lit.common.unit.configured.in | 5 config.target_triple = "@TARGET_TRIPLE@"
|
/external/llvm/utils/lit/tests/Inputs/test-data/ |
D | lit.cfg | 44 config.target_triple = None
|
/external/compiler-rt/test/ |
D | lit.common.configured.in | 10 set_default("target_triple", "@COMPILER_RT_TEST_TARGET_TRIPLE@")
|
/external/libcxx/ |
D | lit.site.cfg | 35 config.target_triple = "armv7a-linux-androideabi"
|
/external/llvm/utils/lit/tests/ |
D | lit.cfg | 26 config.target_triple = '(unused)'
|
/external/libcxx/test/libcxx/android/test/ |
D | config.py | 63 self.config.target_triple = self.cxx.get_triple()
|
/external/lldb/source/Commands/ |
D | CommandObjectArgs.cpp | 104 ConstString target_triple; in DoExecute() local
|