Home
last modified time | relevance | path

Searched refs:archs (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Ddecorators.py176 archs=None, triple=None, argument
191 archs, self.getArchitecture())
228 (archs, skip_for_arch, "architecture"),
276 archs=None, triple=None, argument
286 archs=archs, triple=triple,
303 archs=None, triple=None, argument
313 archs=archs, triple=triple,
321 def _skip_for_android(reason, api_levels, archs): argument
324 obj.getArchitecture(), valid_archs=archs, valid_api_levels=api_levels)
413 archs=None): argument
[all …]
/openbsd/src/gnu/llvm/lldb/examples/test/
D.lldbtest-config26 # /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -r /Volumes/data/lldb-test/archs -s session -c ..…
9 # /Volumes/data/lldb-test/archs which must not exist before the run.
12 # '-s' option, e.g., /Volumes/data/lldb-test/archs.arch=i386/test/session could
19 archs = ["x86_64", "i386"]
D.lldbtest-config4 archs = ["x86_64", "i386"]
/openbsd/src/gnu/llvm/llvm/lib/TextAPI/
DArchitectureSet.cpp53 std::vector<Architecture> archs; in operator std::vector<Architecture>() local
57 archs.emplace_back(arch); in operator std::vector<Architecture>()
59 return archs; in operator std::vector<Architecture>()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandOptionArgumentTable.cpp294 StringList archs; in arch_helper() local
296 ArchSpec::ListSupportedArchNames(archs); in arch_helper()
298 archs.Join("\n", g_archs_help); in arch_helper()
/openbsd/src/gnu/llvm/lldb/scripts/
Dverify_api.py68 if options.archs:
69 for arch in options.archs:
90 for arch in options.archs:
/openbsd/src/gnu/llvm/lldb/examples/python/
Dmach_o.py593 self.archs = list()
598 for arch in self.archs:
618 self.archs.append(Mach.Universal.ArchInfo())
619 self.archs[i].unpack(data)
621 self.archs[i].mach = Mach.Skinny(self.path)
622 data.seek(self.archs[i].offset, 0)
625 self.archs[i].mach.unpack(data, skinny_magic)
638 self.archs[0].dump_header(True, options)
640 self.archs[i].dump_flat(options)
644 self.archs[i].mach.dump(options)
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-lipo/
DLipoOpts.td27 def archs : Option<["-", "--"], "archs", KIND_FLAG>,
/openbsd/src/gnu/llvm/clang/tools/scan-build-py/tests/unit/
Dtest_analyze.py296 def flags(archs): argument
298 input = {'flags': [], 'arch_list': archs}
308 def stop(archs): argument
310 input = {'flags': [], 'arch_list': archs}
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h89 ARMGetSupportedArchitectures(std::vector<ArchSpec> &archs,
92 void x86GetSupportedArchitectures(std::vector<ArchSpec> &archs);
DPlatformDarwin.cpp485 std::vector<ArchSpec> &archs) { in x86GetSupportedArchitectures() argument
487 archs.push_back(host_arch); in x86GetSupportedArchitectures()
490 archs.push_back(ArchSpec("x86_64-apple-macosx")); in x86GetSupportedArchitectures()
491 archs.push_back(HostInfo::GetArchitecture(HostInfo::eArchKind32)); in x86GetSupportedArchitectures()
495 archs.push_back(HostInfo::GetArchitecture(HostInfo::eArchKind32)); in x86GetSupportedArchitectures()
605 std::vector<ArchSpec> &archs, std::optional<llvm::Triple::OSType> os) { in ARMGetSupportedArchitectures() argument
614 archs.push_back(ArchSpec(triple)); in ARMGetSupportedArchitectures()
/openbsd/src/gnu/llvm/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake92 string(REGEX MATCH "configured to support archs: ([^\n]+)"
115 set(archs ${ARGN}) variable
133 list(REMOVE_ITEM archs "i386")
142 list(REMOVE_ITEM archs "x86_64h")
147 list(REMOVE_ITEM archs "i386")
151 foreach(arch ${archs})
DCompilerRTUtils.cmake77 set(archs ${${out_var}}) variable
81 list(APPEND archs ${arch})
84 set(${out_var} ${archs} PARENT_SCOPE)
/openbsd/src/lib/libelf/
DSymbols.map2 * In order to guarantee that static and shared archs see the same "public"
/openbsd/src/gnu/llvm/lldb/source/Target/
DPlatform.cpp1145 Platform::CreateArchList(llvm::ArrayRef<llvm::Triple::ArchType> archs, in CreateArchList() argument
1148 for(auto arch : archs) { in CreateArchList()
2039 PlatformSP PlatformList::GetOrCreate(llvm::ArrayRef<ArchSpec> archs, in GetOrCreate() argument
2043 candidates.reserve(archs.size()); in GetOrCreate()
2045 if (archs.empty()) in GetOrCreate()
2052 for (const ArchSpec &arch : archs) { in GetOrCreate()
2061 for (const ArchSpec &arch : archs) { in GetOrCreate()
2069 for (const ArchSpec &arch : archs) { in GetOrCreate()
2077 if (candidates.size() == archs.size()) { in GetOrCreate()
DTargetList.cpp184 std::vector<ArchSpec> archs; in CreateTargetInternal() local
186 archs.push_back(spec.GetArchitecture()); in CreateTargetInternal()
188 platform_list.GetOrCreate(archs, {}, candidates)) { in CreateTargetInternal()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-m68k.c372 static const struct m68k_cpu archs[] = variable
422 static const int n_archs = sizeof (archs) / sizeof (archs[0]);
1931 idx < (int) (sizeof (archs) / sizeof (archs[0]));
1934 if ((archs[idx].arch & ok_arch)
1935 && ! archs[idx].alias)
1943 strcpy (cp, archs[idx].name);
4163 if (strcasecmp (default_cpu, archs[i].name) == 0) in m68k_init_after_args()
4171 current_architecture |= archs[i].arch; in m68k_init_after_args()
5214 if (strcasecmp (s, archs[i].name) == 0) in mri_chip()
5229 current_architecture |= archs[i].arch; in mri_chip()
[all …]
/openbsd/src/gnu/llvm/llvm/
DRELEASE_TESTERS.TXT16 T: All supported archs Debian/Ubuntu
/openbsd/src/lib/libutil/
DSymbols.map2 * In order to guarantee that static and shared archs see the same "public"
/openbsd/src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/
DTestMPXTable.py24 @skipIf(archs=no_match(['i386', 'x86_64']))
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/
Dtargets.gni4 # The target archs LLVM should support. Defaults to the host arch.
/openbsd/src/lib/libm/
DSymbols.map2 * In order to guarantee that static and shared archs see the same "public"
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-lipo.rst32 .. option:: -archs
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DPlatform.h886 CreateArchList(llvm::ArrayRef<llvm::Triple::ArchType> archs,
1052 lldb::PlatformSP GetOrCreate(llvm::ArrayRef<ArchSpec> archs,
/openbsd/src/lib/libc/
DSymbols.list2 * In order to guarantee that static and shared archs see the same "public"
1209 /* quad (not all archs) */

12