| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/llvm/ |
| D | config.py | 98 target_triple = getattr(config, 'target_triple', None) 99 features.add('target=%s' % target_triple) 100 if host_triple and host_triple == target_triple: 127 if target_triple: 128 if re.match(r'^x86_64.*-apple', target_triple): 132 self.get_clang_has_lsan(host_cxx, target_triple)): 135 if re.match(r'^x86_64.*-linux', target_triple): 137 if re.match(r'^i.86.*', target_triple): 139 elif re.match(r'^x86_64.*', target_triple): 141 elif re.match(r'^aarch64.*', target_triple): [all …]
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/ |
| D | lit.cfg | 7 config.target_triple = 'x86_64-unknown-unknown' 8 config.available_features.add('target=%s' % config.target_triple)
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/ |
| D | util.py | 388 def isMacOSTriple(target_triple): argument 392 return 'darwin' in target_triple or 'macos' in target_triple 398 if isMacOSTriple(config.target_triple): 414 if isMacOSTriple(config.target_triple):
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
| D | RegisterContextPOSIXCore_arm64.cpp | 52 const llvm::Triple &target_triple = in RegisterContextCorePOSIX_arm64() local 54 m_fpr_data = getRegset(notes, target_triple, FPR_Desc); in RegisterContextCorePOSIX_arm64() 57 m_sve_data = getRegset(notes, target_triple, AARCH64_SVE_Desc); in RegisterContextCorePOSIX_arm64() 60 m_pac_data = getRegset(notes, target_triple, AARCH64_PAC_Desc); in RegisterContextCorePOSIX_arm64()
|
| /openbsd/src/gnu/llvm/clang/utils/perf-training/ |
| D | order-files.lit.cfg | 12 if 'darwin' in config.target_triple: 34 if 'darwin' in config.target_triple:
|
| D | lit.site.cfg.in | 9 config.target_triple = "@LLVM_TARGET_TRIPLE@"
|
| D | order-files.lit.site.cfg.in | 9 config.target_triple = "@LLVM_TARGET_TRIPLE@"
|
| D | lit.cfg | 11 if 'darwin' in config.target_triple:
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format-argv0/ |
| D | lit.cfg | 7 config.target_triple = 'x86_64-unknown-unknown'
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/ |
| D | lit.cfg | 10 config.target_triple = None
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/ |
| D | lit.cfg | 10 config.target_triple = None
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/ |
| D | lit.cfg | 10 config.target_triple = None
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/ |
| D | lit.cfg | 14 config.target_triple = 'x86_64-unknown-unknown'
|
| /openbsd/src/gnu/llvm/compiler-rt/unittests/ |
| D | lit.common.unit.configured.in | 4 config.target_triple = "@LLVM_TARGET_TRIPLE@"
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBDebugger.cpp | 809 const char *target_triple, in CreateTarget() argument 813 LLDB_INSTRUMENT_VA(this, filename, target_triple, platform_name, in CreateTarget() 824 *m_opaque_sp, filename, target_triple, in CreateTarget() 839 static_cast<void *>(m_opaque_sp.get()), filename, target_triple, in CreateTarget() 848 const char *target_triple) { in CreateTargetWithFileAndTargetTriple() argument 849 LLDB_INSTRUMENT_VA(this, filename, target_triple); in CreateTargetWithFileAndTargetTriple() 856 *m_opaque_sp, filename, target_triple, in CreateTargetWithFileAndTargetTriple() 866 static_cast<void *>(m_opaque_sp.get()), filename, target_triple, in CreateTargetWithFileAndTargetTriple()
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBDebugger.i | 283 const char *target_triple, 290 const char *target_triple);
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-timeout/ |
| D | lit.cfg | 29 config.target_triple = '(unused)'
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBDebugger.h | 195 lldb::SBTarget CreateTarget(const char *filename, const char *target_triple, 200 const char *target_triple);
|
| /openbsd/src/gnu/llvm/llvm/cmake/modules/ |
| D | LLVMExternalProjectUtils.cmake | 81 set(target_triple ${LLVM_DEFAULT_TARGET_TRIPLE}) variable 83 set(target_triple ${ARG_TARGET_TRIPLE}) variable 86 is_msvc_triple(is_msvc_target ${target_triple})
|
| D | TensorFlowCompile.cmake | 58 --target_triple ${LLVM_HOST_TRIPLE}
|
| D | AddLLVM.cmake | 1771 …"config.target_triple = config.environment[target_env] = os.environ.get(target_env, \"${LLVM_TARGE… 1774 # This is expanded to; config.target_triple = ""+config.target_triple+"" 1775 set(LLVM_TARGET_TRIPLE "\"+config.target_triple+\"")
|
| /openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/ |
| D | VSCode.cpp | 432 llvm::StringRef target_triple = GetString(arguments, "targetTriple"); in CreateTargetFromArguments() local 436 program.data(), target_triple.data(), platform_name.data(), in CreateTargetFromArguments()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| D | DynamicLoaderDarwin.cpp | 108 auto &target_triple = target.GetArchitecture().GetTriple(); in FindTargetModuleForImageInfo() local 109 if (target_triple.getOS() == llvm::Triple::IOS && in FindTargetModuleForImageInfo() 110 target_triple.getEnvironment() == llvm::Triple::MacABI) { in FindTargetModuleForImageInfo() 113 module_spec.GetArchitecture() = ArchSpec(target_triple); in FindTargetModuleForImageInfo()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/ |
| D | lit.cfg | 29 config.target_triple = '(unused)'
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| D | ObjectFileMachO.cpp | 6481 const llvm::Triple &target_triple = target_arch.GetTriple(); 6482 if (target_triple.getVendor() == llvm::Triple::Apple && 6483 (target_triple.getOS() == llvm::Triple::MacOSX || 6484 target_triple.getOS() == llvm::Triple::IOS || 6485 target_triple.getOS() == llvm::Triple::WatchOS || 6486 target_triple.getOS() == llvm::Triple::TvOS)) { 6501 target_triple.str().c_str());
|