Home
last modified time | relevance | path

Searched full:nfat_arch (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp99 header.nfat_arch = data.GetU32(&offset); in ParseHeader()
104 for (uint32_t arch_idx = 0; arch_idx < header.nfat_arch; ++arch_idx) { in ParseHeader()
134 return m_header.nfat_arch; in GetNumArchitectures()
139 if (idx < m_header.nfat_arch) { in GetArchitectureAtIndex()
164 for (arch_idx = 0; arch_idx < m_header.nfat_arch; ++arch_idx) { in GetObjectFile()
171 if (arch_idx >= m_header.nfat_arch) { in GetObjectFile()
172 for (arch_idx = 0; arch_idx < m_header.nfat_arch; ++arch_idx) { in GetObjectFile()
179 if (arch_idx < m_header.nfat_arch) { in GetObjectFile()
/llvm-project/llvm/test/tools/llvm-lipo/
H A Dsegalign.test9 # CHECK_SMALL_ARM64: nfat_arch 3
35 # CHECK_SMALL_ARMV7: nfat_arch 3
51 # CHECK_SMALL_ARMV7_NO_SEGALIGN: nfat_arch 3
73 # CHECK_REPLACE_ARMV7: nfat_arch 4
93 # CHECK_REPLACE_ARMV7_NO_SEGALGIN: nfat_arch 4
H A Darchs-universal-binary-arm.test8 nfat_arch: 2
H A Darchs-universal-binary-x86.test8 nfat_arch: 2
H A Darchs-universal-binary-unknown.test9 nfat_arch: 2
H A Dcreate-compute-alignment.test9 # CHECK: nfat_arch 3
H A Dverify-arch-universal-binary.test15 nfat_arch: 2
H A Dthin-executable-universal-binary.test18 nfat_arch: 2
H A Dthin-universal-binary.test17 nfat_arch: 2
H A Dcreate-default-alignment.test20 # CHECK: nfat_arch 4
/llvm-project/llvm/test/ObjectYAML/MachO/
H A Dfat_macho_i386_x86_64.yaml11 nfat_arch: 2
47 #CHECK: nfat_arch: 2
91 nfat_arch: 2
/llvm-project/llvm/test/tools/llvm-objdump/MachO/
H A Duniversal-x86_64.i386.test36 FAT: nfat_arch 2
54 NON-VERBOSE: nfat_arch 2
72 FAT-64: nfat_arch 2
H A Duniversal-arm64.test14 # CHECK-NEXT: nfat_arch 3
40 # NONVERBOSE-NEXT: nfat_arch 3
68 nfat_arch: 3
/llvm-project/lldb/examples/python/
H A Dmach_o.py608 self.nfat_arch = 0
632 self.nfat_arch = data.get_uint32()
633 for i in range(self.nfat_arch):
636 for i in range(self.nfat_arch):
651 "Universal Mach File: magic = %s, nfat_arch = %u"
652 % (self.magic, self.nfat_arch)
655 if self.nfat_arch > 0:
658 for i in range(self.nfat_arch):
662 for i in range(self.nfat_arch):
668 for i in range(self.nfat_arch):
[all …]
/llvm-project/llvm/test/Object/Inputs/
H A Dmacho-invalid-fat-arch-size.yaml4 nfat_arch: 1
/llvm-project/lld/test/MachO/invalid/
H A Dinvalid-fat-narch.s10 nfat_arch: 2 label
H A Dinvalid-fat-offset.s10 nfat_arch: 2 label
/llvm-project/lldb/test/API/commands/target/basic/
H A Dbogus.yaml4 nfat_arch: 3
/llvm-project/lld/test/MachO/
H A Ddylib-stub.yaml29 nfat_arch: 1
H A Dfat-arch.s34 # CPU-SUB: nfat_arch 2
/llvm-project/llvm/test/tools/llvm-lipo/Inputs/
H A Di386-x86_64-universal.yaml4 nfat_arch: 2
H A Darmv7_i386_non_default_alignment.yaml4 nfat_arch: 2
H A Di386-x86_64-armv7-arm64-universal.yaml4 nfat_arch: 4
/llvm-project/llvm/test/tools/llvm-readtapi/Inputs/
H A Duniversal.yaml4 nfat_arch: 2
/llvm-project/lldb/test/API/functionalities/module_cache/universal/
H A Duniversal.yaml4 nfat_arch: 2

12