Home
last modified time | relevance | path

Searched refs:target_triple (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/test/ExecutionEngine/
Dlit.local.cfg5 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/
Dlit.local.cfg1 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/
Dlit.local.cfg1 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/
Dconfig.py297 '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/
Dlit.local.cfg18 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/
Dlit.local.cfg18 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/
DSBDebugger.i190 const char *target_triple,
197 const char *target_triple);
/external/clang/test/
Dlit.cfg268 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):
Dlit.site.cfg.in15 config.target_triple = "@TARGET_TRIPLE@"
/external/llvm/utils/lit/tests/Inputs/shtest-format/
Dlit.cfg7 config.target_triple = 'x86_64-unknown-unknown'
/external/llvm/test/CodeGen/AArch64/
Dlit.local.cfg9 if re.search(r'cygwin|mingw32|win32', config.target_triple):
/external/lldb/include/lldb/API/
DSBDebugger.h114 const char *target_triple,
121 const char *target_triple);
/external/lldb/source/API/
DSBDebugger.cpp520 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/
Dlit.cfg185 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):
Dlit.site.cfg.in6 config.target_triple = "@TARGET_TRIPLE@"
Dlit.site.cfg15 config.target_triple = "x86_64-unknown-linux-gnu"
/external/libcxx/test/
Dlit.site.cfg.in17 config.target_triple = "@LIBCXX_TARGET_TRIPLE@"
/external/clang/test/Unit/
Dlit.site.cfg.in13 config.target_triple = "@TARGET_TRIPLE@"
/external/compiler-rt/unittests/
Dlit.common.unit.configured.in5 config.target_triple = "@TARGET_TRIPLE@"
/external/llvm/utils/lit/tests/Inputs/test-data/
Dlit.cfg44 config.target_triple = None
/external/compiler-rt/test/
Dlit.common.configured.in10 set_default("target_triple", "@COMPILER_RT_TEST_TARGET_TRIPLE@")
/external/libcxx/
Dlit.site.cfg35 config.target_triple = "armv7a-linux-androideabi"
/external/llvm/utils/lit/tests/
Dlit.cfg26 config.target_triple = '(unused)'
/external/libcxx/test/libcxx/android/test/
Dconfig.py63 self.config.target_triple = self.cxx.get_triple()
/external/lldb/source/Commands/
DCommandObjectArgs.cpp104 ConstString target_triple; in DoExecute() local

12