Home
last modified time | relevance | path

Searched refs:target_triple (Results 1 – 25 of 28) 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/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/
Dlit.cfg166 if re.search(r'win32', config.target_triple):
167 llc_dwarf += ' -mtriple='+config.target_triple.replace('-win32', '-mingw32')
173 if 'arm' in config.target_triple \
174 or 'aarch64' in config.target_triple \
175 or 'powerpc64' in config.target_triple \
176 or 's390x' in config.target_triple:
187 if 'i386' in config.target_triple or 'i686' in config.target_triple:
188 config.target_triple += jit_impl_cfg + '-ia32'
189 elif 'x86_64' in config.target_triple:
190 config.target_triple += jit_impl_cfg + '-ia64'
[all …]
Dlit.site.cfg.in6 config.target_triple = "@TARGET_TRIPLE@"
Dlit.site.cfg9 config.target_triple = "x86_64-unknown-linux-gnu"
/external/libcxx/test/
Dlit.cfg290 config.target_triple = lit_config.params.get('target_triple', None)
292 if config.target_triple is None:
293 config.target_triple = lit.util.capture(
295 lit_config.note("inferred target_triple as: %r" % (config.target_triple,))
305 config.target_triple)
/external/lldb/scripts/Python/interface/
DSBDebugger.i190 const char *target_triple,
197 const char *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/clang/test/
Dlit.cfg272 config.substitutions.append( ('%itanium_abi_triple', makeItaniumABITriple(config.target_triple)) )
273 config.substitutions.append( ('%ms_abi_triple', makeMSABITriple(config.target_triple)) )
368 # even if host_triple were different from target_triple.
369 if config.host_triple == config.target_triple:
392 if not re.match(r'.*-win32$', config.target_triple):
396 if not re.match(r'.*-win32$', config.target_triple):
400 if not re.match(r'^x86_64.*-(win32|mingw32)$', config.target_triple):
404 if not re.match(r'.*-(cygwin|mingw32)$', config.target_triple):
Dlit.site.cfg.in15 config.target_triple = "@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/compiler-rt/unittests/
Dlit.common.unit.configured.in5 config.target_triple = "@TARGET_TRIPLE@"
/external/clang/test/Unit/
Dlit.site.cfg.in13 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/llvm/utils/lit/tests/
Dlit.cfg26 config.target_triple = '(unused)'
/external/llvm/utils/lit/lit/
DTest.py193 if item in self.suite.config.target_triple:
Dutil.py174 if 'darwin' in config.target_triple:
/external/lldb/source/Commands/
DCommandObjectArgs.cpp104 ConstString target_triple; in DoExecute() local
/external/lldb/source/Symbol/
DClangASTContext.cpp268 ClangASTContext::ClangASTContext (const char *target_triple) : in ClangASTContext() argument
285 if (target_triple && target_triple[0]) in ClangASTContext()
286 SetTargetTriple (target_triple); in ClangASTContext()
328 ClangASTContext::SetTargetTriple (const char *target_triple) in SetTargetTriple() argument
331 m_target_triple.assign(target_triple); in SetTargetTriple()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp903 llvm::Triple &target_triple = target_arch.GetTriple(); in DidLaunchOrAttach() local
904 if (target_triple.getVendorName().size() == 0) in DidLaunchOrAttach()
906 target_triple.setVendor (remote_triple.getVendor()); in DidLaunchOrAttach()
908 if (target_triple.getOSName().size() == 0) in DidLaunchOrAttach()
910 target_triple.setOS (remote_triple.getOS()); in DidLaunchOrAttach()
912 if (target_triple.getEnvironmentName().size() == 0) in DidLaunchOrAttach()
913 target_triple.setEnvironment (remote_triple.getEnvironment()); in DidLaunchOrAttach()
/external/lldb/include/lldb/Symbol/
DClangASTContext.h88 SetTargetTriple (const char *target_triple);

12