/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/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/ |
D | lit.cfg | 166 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 …]
|
D | lit.site.cfg.in | 6 config.target_triple = "@TARGET_TRIPLE@"
|
D | lit.site.cfg | 9 config.target_triple = "x86_64-unknown-linux-gnu"
|
/external/libcxx/test/ |
D | lit.cfg | 290 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/ |
D | SBDebugger.i | 190 const char *target_triple, 197 const char *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/clang/test/ |
D | lit.cfg | 272 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):
|
D | lit.site.cfg.in | 15 config.target_triple = "@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/compiler-rt/unittests/ |
D | lit.common.unit.configured.in | 5 config.target_triple = "@TARGET_TRIPLE@"
|
/external/clang/test/Unit/ |
D | lit.site.cfg.in | 13 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/llvm/utils/lit/tests/ |
D | lit.cfg | 26 config.target_triple = '(unused)'
|
/external/llvm/utils/lit/lit/ |
D | Test.py | 193 if item in self.suite.config.target_triple:
|
D | util.py | 174 if 'darwin' in config.target_triple:
|
/external/lldb/source/Commands/ |
D | CommandObjectArgs.cpp | 104 ConstString target_triple; in DoExecute() local
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 268 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/ |
D | ProcessGDBRemote.cpp | 903 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/ |
D | ClangASTContext.h | 88 SetTargetTriple (const char *target_triple);
|