| /openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| D | decorators.py | 176 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-config2 | 6 # /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-config | 4 archs = ["x86_64", "i386"]
|
| /openbsd/src/gnu/llvm/llvm/lib/TextAPI/ |
| D | ArchitectureSet.cpp | 53 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/ |
| D | CommandOptionArgumentTable.cpp | 294 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/ |
| D | verify_api.py | 68 if options.archs: 69 for arch in options.archs: 90 for arch in options.archs:
|
| /openbsd/src/gnu/llvm/lldb/examples/python/ |
| D | mach_o.py | 593 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/ |
| D | LipoOpts.td | 27 def archs : Option<["-", "--"], "archs", KIND_FLAG>,
|
| /openbsd/src/gnu/llvm/clang/tools/scan-build-py/tests/unit/ |
| D | test_analyze.py | 296 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/ |
| D | PlatformDarwin.h | 89 ARMGetSupportedArchitectures(std::vector<ArchSpec> &archs, 92 void x86GetSupportedArchitectures(std::vector<ArchSpec> &archs);
|
| D | PlatformDarwin.cpp | 485 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/ |
| D | CompilerRTDarwinUtils.cmake | 92 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})
|
| D | CompilerRTUtils.cmake | 77 set(archs ${${out_var}}) variable 81 list(APPEND archs ${arch}) 84 set(${out_var} ${archs} PARENT_SCOPE)
|
| /openbsd/src/lib/libelf/ |
| D | Symbols.map | 2 * In order to guarantee that static and shared archs see the same "public"
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | Platform.cpp | 1145 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()
|
| D | TargetList.cpp | 184 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/ |
| D | tc-m68k.c | 372 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/ |
| D | RELEASE_TESTERS.TXT | 16 T: All supported archs Debian/Ubuntu
|
| /openbsd/src/lib/libutil/ |
| D | Symbols.map | 2 * In order to guarantee that static and shared archs see the same "public"
|
| /openbsd/src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/ |
| D | TestMPXTable.py | 24 @skipIf(archs=no_match(['i386', 'x86_64']))
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ |
| D | targets.gni | 4 # The target archs LLVM should support. Defaults to the host arch.
|
| /openbsd/src/lib/libm/ |
| D | Symbols.map | 2 * In order to guarantee that static and shared archs see the same "public"
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-lipo.rst | 32 .. option:: -archs
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | Platform.h | 886 CreateArchList(llvm::ArrayRef<llvm::Triple::ArchType> archs, 1052 lldb::PlatformSP GetOrCreate(llvm::ArrayRef<ArchSpec> archs,
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 2 * In order to guarantee that static and shared archs see the same "public" 1209 /* quad (not all archs) */
|