Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/llvm/utils/lit/lit/llvm/
Dconfig.py98 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/
Dlit.cfg7 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/
Dutil.py388 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/
DRegisterContextPOSIXCore_arm64.cpp52 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/
Dorder-files.lit.cfg12 if 'darwin' in config.target_triple:
34 if 'darwin' in config.target_triple:
Dlit.site.cfg.in9 config.target_triple = "@LLVM_TARGET_TRIPLE@"
Dorder-files.lit.site.cfg.in9 config.target_triple = "@LLVM_TARGET_TRIPLE@"
Dlit.cfg11 if 'darwin' in config.target_triple:
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format-argv0/
Dlit.cfg7 config.target_triple = 'x86_64-unknown-unknown'
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/
Dlit.cfg10 config.target_triple = None
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/
Dlit.cfg10 config.target_triple = None
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/
Dlit.cfg10 config.target_triple = None
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/
Dlit.cfg14 config.target_triple = 'x86_64-unknown-unknown'
/openbsd/src/gnu/llvm/compiler-rt/unittests/
Dlit.common.unit.configured.in4 config.target_triple = "@LLVM_TARGET_TRIPLE@"
/openbsd/src/gnu/llvm/lldb/source/API/
DSBDebugger.cpp809 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/
DSBDebugger.i283 const char *target_triple,
290 const char *target_triple);
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-timeout/
Dlit.cfg29 config.target_triple = '(unused)'
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBDebugger.h195 lldb::SBTarget CreateTarget(const char *filename, const char *target_triple,
200 const char *target_triple);
/openbsd/src/gnu/llvm/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake81 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})
DTensorFlowCompile.cmake58 --target_triple ${LLVM_HOST_TRIPLE}
DAddLLVM.cmake1771 …"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/
DVSCode.cpp432 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/
DDynamicLoaderDarwin.cpp108 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/
Dlit.cfg29 config.target_triple = '(unused)'
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp6481 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());

12