Searched refs:platform (Results 1 - 25 of 244) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/builders/
H A D__init__.py5 factory method below hands out builders based on the given platform.
9 def get_builder(platform):
10 """Returns a Builder instance for the given platform."""
11 if platform == 'darwin':
/openbsd-current/sys/arch/armv7/armv7/
H A Dplatform.c1 /* $OpenBSD: platform.c,v 1.27 2021/05/16 03:39:28 jsg Exp $ */
29 static struct armv7_platform *platform; variable in typeref:struct:armv7_platform
60 platform = plat_match[i]();
61 if (platform != NULL)
65 if (platform == NULL)
70 if (platform->board_init)
71 platform->board_init();
78 if (platform && platform->smc_write)
79 platform
[all...]
/openbsd-current/gnu/llvm/llvm/utils/gn/
H A Dget.py27 import platform namespace
28 if sys.platform == 'darwin':
29 return 'mac-amd64' if platform.machine() != 'arm64' else 'mac-arm64'
30 if platform.machine() not in ('AMD64', 'x86_64'):
32 if sys.platform.startswith('linux'):
34 if sys.platform == 'win32':
39 platform = get_platform()
40 if not platform:
41 print('no prebuilt binary for', sys.platform)
48 dirname = os.path.join(os.path.dirname(__file__), 'bin', platform)
[all...]
H A Dgn.py19 import platform namespace
20 if sys.platform == 'darwin':
21 return 'mac-amd64' if platform.machine() != 'arm64' else 'mac-arm64'
22 if platform.machine() not in ('AMD64', 'x86_64'):
24 if sys.platform.startswith('linux'):
26 if sys.platform == 'win32':
46 platform = get_platform()
47 if not platform:
49 gn = os.path.join(os.path.dirname(__file__), 'bin', platform, 'gn')
50 if not os.path.exists(gn + ('.exe' if sys.platform
[all...]
/openbsd-current/gnu/llvm/clang/utils/check_cfc/
H A Dsetup.py9 import platform namespace
11 if platform.system() == 'Windows':
/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dcheck_args.py4 import platform namespace
11 answer = (platform.system() == "Windows" and
/openbsd-current/sys/arch/alpha/include/
H A Dcpuconf.h44 * The tags family and model information are strings describing the platform.
46 * The tag iobus describes the primary iobus for the platform- primarily
53 struct platform { struct
77 * There is an array of functions to initialize the platform structure.
86 * nocpu is function to call when you can't figure what platform you're on.
101 extern struct platform platform;
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp18 Platform &platform, const ExecutionContext &target) const {
20 platform.GetSystemArchitecture().GetTriple().getOS();
17 IsValid( Platform &platform, const ExecutionContext &target) const argument
H A DOptionGroupArchitecture.cpp26 bool OptionGroupArchitecture::GetArchitecture(Platform *platform, argument
28 arch = Platform::GetAugmentedArchSpec(platform, m_arch_str);
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dtest_categories.py63 def is_supported_on_platform(category, platform, compiler_path):
66 return platform in ["linux", "freebsd"]
68 return platform in ["darwin", "macosx", "ios", "watchos", "tvos", "bridgeos"]
70 # First, check to see if the platform can even support gmodules.
71 if platform not in ["darwin", "macosx", "ios", "watchos", "tvos", "bridgeos"]:
H A Dlldbplatformutil.py2 architecture and/or the platform dependent nature of the tests. """
102 # Use the triple to determine the platform if set.
105 platform = triple.split('-')[2]
106 if platform.startswith('freebsd'):
107 platform = 'freebsd'
108 elif platform.startswith('netbsd'):
109 platform = 'netbsd'
110 return platform
116 """Returns the host platform running the test suite."""
124 """Returns the target platform whic
[all...]
H A Dlldb_pylint_helper.py19 import platform namespace
116 if platform.system() == 'Darwin':
119 elif platform.system() == 'Windows':
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/t/
H A Dcrossplatform.t58 foreach my $platform (@platforms) {
59 my $module = "File::Spec::$platform";
68 my $v = $volumes{$platform} || '';
69 my $other_v = $other_vols{$platform} || '';
86 is $module->file_name_is_absolute($base), 1, "$base is absolute on $platform";
90 is @result, 0, "$platform->splitdir('') -> ()";
94 is $result, undef, "$platform->canonpath() -> undef";
98 is $result, undef, "$platform->canonpath(undef) -> undef";
105 if ($vms_unix_mode and $platform eq 'VMS') {
116 is $module->abs2rel($file, $base), $result, "$platform
[all...]
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A D__init__.py8 use C, Expect, or TCL extensions. It should work on any platform that supports
73 if sys.platform != 'win32':
/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandOptionValidators.h20 bool IsValid(Platform &platform,
H A DOptionGroupArchitecture.h32 bool GetArchitecture(Platform *platform, ArchSpec &arch);
39 std::string m_arch_str; // Save the arch triple in case a platform is
/openbsd-current/sys/arch/alpha/alpha/
H A Ddec_3000_500.c83 platform.family = "DEC 3000/500 (\"Flamingo\")";
85 if ((platform.model = alpha_dsr_sysname()) == NULL) {
91 if ((platform.model = alpha_variation_name(variation,
98 platform.model = dec_3000_500_sf;
100 platform.model = dec_3000_500_sp;
102 platform.model = alpha_unknown_sysname();
106 platform.iobus = "tcasic";
107 platform.cons_init = dec_3000_500_cons_init;
108 platform.device_register = dec_3000_500_device_register;
H A Ddec_3000_300.c78 platform.family = "DEC 3000/300 (\"Pelican\")";
80 if ((platform.model = alpha_dsr_sysname()) == NULL) {
82 if ((platform.model = alpha_variation_name(variation,
84 platform.model = alpha_unknown_sysname();
87 platform.iobus = "tcasic";
88 platform.cons_init = dec_3000_300_cons_init;
89 platform.device_register = dec_3000_300_device_register;
H A Ddec_alphabook1.c81 platform.family = "AlphaBook";
83 if ((platform.model = alpha_dsr_sysname()) == NULL) {
85 if ((platform.model = alpha_variation_name(variation,
87 platform.model = alpha_unknown_sysname();
90 platform.iobus = "lca";
91 platform.cons_init = dec_alphabook1_cons_init;
92 platform.device_register = dec_alphabook1_device_register;
H A Ddec_eb64plus.c83 platform.family = "EB64+";
85 if ((platform.model = alpha_dsr_sysname()) == NULL) {
87 if ((platform.model = alpha_variation_name(variation,
89 platform.model = alpha_unknown_sysname();
92 platform.iobus = "apecs";
93 platform.cons_init = dec_eb64plus_cons_init;
94 platform.device_register = dec_eb64plus_device_register;
H A Ddec_kn20aa.c83 platform.family = "AlphaStation 500 or 600 (KN20AA)";
85 if ((platform.model = alpha_dsr_sysname()) == NULL) {
87 if ((platform.model = alpha_variation_name(variation,
89 platform.model = alpha_unknown_sysname();
92 platform.iobus = "cia";
93 platform.cons_init = dec_kn20aa_cons_init;
94 platform.device_register = dec_kn20aa_device_register;
H A Ddec_1000a.c121 platform.family = "AlphaServer 1000/1000A";
123 if ((platform.model = alpha_dsr_sysname()) == NULL) {
125 if ((platform.model = alpha_variation_name(variation,
128 platform.model = alpha_unknown_sysname();
134 platform.iobus = "apecs";
137 platform.iobus = "cia";
140 platform.cons_init = dec_1000a_cons_init;
141 platform.device_register = dec_1000a_device_register;
155 if(strcmp(platform.iobus, "cia") == 0) {
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DAtomic.cpp39 # error No memory fence implementation for your platform!
57 # error No compare-and-swap implementation for your platform!
/openbsd-current/usr.bin/openssl/
H A Dversion.c143 int platform; member in struct:__anon20
154 cfg.platform = 1;
194 .opt.flag = &cfg.platform,
241 if (cfg.platform)
/openbsd-current/gnu/llvm/llvm/utils/
H A Dsysroot.py15 if sys.platform == 'win32':
43 elif sys.platform == 'darwin':
65 if sys.platform == 'win32':
69 elif sys.platform == 'darwin':

Completed in 178 milliseconds

12345678910