/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | MachOUniversalWriter.cpp | 85 Slice::Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, in Slice() argument 87 : B(&A), CPUType(CPUType), CPUSubType(CPUSubType), in Slice() 92 CPUSubType(O.getHeader().cpusubtype), in Slice() 96 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, in Slice() argument 98 : B(&IRO), CPUType(CPUType), CPUSubType(CPUSubType), in Slice() 145 std::tie(MFO->getHeader().cputype, MFO->getHeader().cpusubtype) != in create() 146 std::tie(O->getHeader().cputype, O->getHeader().cpusubtype)) { in create() 150 Twine(O->getHeader().cputype) + ") and cpusubtype(" + in create() 151 Twine(O->getHeader().cpusubtype) + in create() 153 Twine(MFO->getHeader().cputype) + ") and cpusubtype(" + in create() [all …]
|
H A D | MachOUniversal.cpp | 173 Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary() 182 ") cpusubtype (" + in MachOUniversalBinary() 189 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary() 196 "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary() 209 "(" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary() 220 "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary() 223 ") cpusubtype (" + Twine(B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) in MachOUniversalBinary()
|
/aosp_15_r20/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
H A D | arch.h | 46 cpu_subtype_t cpusubtype; member 66 * NXArchInfo from the architecture's name or cputype/cpusubtype 67 * combination. A cpusubtype of CPU_SUBTYPE_MULTIPLE can be used 73 cpu_subtype_t cpusubtype); 105 /* NXFindBestFatArch() is passed a cputype and cpusubtype and a set of 112 * cpusubtype and one of the fat_arch structs this routine will always succeed. 115 cpu_subtype_t cpusubtype, 119 /* NXFindBestFatArch_64() is passed a cputype and cpusubtype and a set of 126 * cputype and cpusubtype and one of the fat_arch_64 structs this routine will 130 cpu_subtype_t cpusubtype, [all …]
|
H A D | fat.h | 30 * cputype and cpusubtype, the fat_header describes the file offset, file 58 cpu_subtype_t cpusubtype; /* machine specifier (int) */ member 76 cpu_subtype_t cpusubtype; /* machine specifier (int) */ member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | MachOUniversalWriter.h | 37 uint32_t CPUSubType; variable 45 Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, 53 /// This constructor takes pre-specified \param CPUType , \param CPUSubType , 56 Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, 70 uint32_t getCPUSubType() const { return CPUSubType; } in getCPUSubType() 75 return static_cast<uint64_t>(CPUType) << 32 | CPUSubType; in getCPUID() 82 Twine(CPUSubType & ~MachO::CPU_SUBTYPE_MASK) + ")") in getArchString() 88 return Lhs.CPUSubType < Rhs.CPUSubType;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | MachOUniversalWriter.h | 37 uint32_t CPUSubType; variable 45 Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, 53 /// This constructor takes pre-specified \param CPUType , \param CPUSubType , 56 Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, 70 uint32_t getCPUSubType() const { return CPUSubType; } in getCPUSubType() 75 return static_cast<uint64_t>(CPUType) << 32 | CPUSubType; in getCPUID() 82 Twine(CPUSubType & ~MachO::CPU_SUBTYPE_MASK) + ")") in getArchString() 88 return Lhs.CPUSubType < Rhs.CPUSubType;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | MachOUniversalWriter.h | 37 uint32_t CPUSubType; variable 45 Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, 53 /// This constructor takes pre-specified \param CPUType , \param CPUSubType , 56 Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, 70 uint32_t getCPUSubType() const { return CPUSubType; } in getCPUSubType() 75 return static_cast<uint64_t>(CPUType) << 32 | CPUSubType; in getCPUID() 82 Twine(CPUSubType & ~MachO::CPU_SUBTYPE_MASK) + ")") in getArchString() 88 return Lhs.CPUSubType < Rhs.CPUSubType;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | MachOUniversalWriter.h | 37 uint32_t CPUSubType; variable 45 Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, 53 /// This constructor takes pre-specified \param CPUType , \param CPUSubType , 56 Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, 70 uint32_t getCPUSubType() const { return CPUSubType; } in getCPUSubType() 75 return static_cast<uint64_t>(CPUType) << 32 | CPUSubType; in getCPUID() 82 Twine(CPUSubType & ~MachO::CPU_SUBTYPE_MASK) + ")") in getArchString() 88 return Lhs.CPUSubType < Rhs.CPUSubType;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | MachOUniversalWriter.h | 37 uint32_t CPUSubType; variable 45 Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, 53 /// This constructor takes pre-specified \param CPUType , \param CPUSubType , 56 Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, 70 uint32_t getCPUSubType() const { return CPUSubType; } in getCPUSubType() 75 return static_cast<uint64_t>(CPUType) << 32 | CPUSubType; in getCPUID() 82 Twine(CPUSubType & ~MachO::CPU_SUBTYPE_MASK) + ")") in getArchString() 88 return Lhs.CPUSubType < Rhs.CPUSubType;
|
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | fat_macho_i386_x86_64.yaml | 9 cpusubtype: 0x00000003 14 cpusubtype: 0x80000003 22 cpusubtype: 0x00000003 30 cpusubtype: 0x80000003 45 #CHECK: cpusubtype: 0x00000003 50 #CHECK: cpusubtype: 0x80000003 59 #CHECK: cpusubtype: 0x00000003 68 #CHECK: cpusubtype: 0x80000003
|
/aosp_15_r20/external/llvm/test/CodeGen/ARM/ |
H A D | MachO-subtypes.ll | 60 ; CHECK-V4T: CpuSubType: CPU_SUBTYPE_ARM_V4T (0x5) 61 ; CHECK-V5: CpuSubType: CPU_SUBTYPE_ARM_V5 (0x7) 62 ; CHECK-V6: CpuSubType: CPU_SUBTYPE_ARM_V6 (0x6) 63 ; CHECK-V6M: CpuSubType: CPU_SUBTYPE_ARM_V6M (0xE) 64 ; CHECK-V7: CpuSubType: CPU_SUBTYPE_ARM_V7 (0x9) 65 ; CHECK-V7EM: CpuSubType: CPU_SUBTYPE_ARM_V7EM (0x10) 66 ; CHECK-V7K: CpuSubType: CPU_SUBTYPE_ARM_V7K (0xC) 67 ; CHECK-V7M: CpuSubType: CPU_SUBTYPE_ARM_V7M (0xF) 68 ; CHECK-V7S: CpuSubType: CPU_SUBTYPE_ARM_V7S (0xB)
|
/aosp_15_r20/external/google-breakpad/src/common/mac/ |
H A D | super_fat_arch.h | 46 uint32_t cpusubtype; variable 53 cpusubtype(0), in SuperFatArch() 61 cpusubtype(arch.cpusubtype), in SuperFatArch() 78 arch.cpusubtype = cpusubtype; in ConvertToFatArch()
|
H A D | macho_utilities.cc | 100 fa[i].cpusubtype = ByteSwap(fa[i].cpusubtype); in breakpad_swap_fat_arch() 110 mh->cpusubtype = ByteSwap(mh->cpusubtype); in breakpad_swap_mach_header() 120 mh->cpusubtype = ByteSwap(mh->cpusubtype); in breakpad_swap_mach_header_64()
|
H A D | dump_syms.cc | 227 FindBestMatchForArchitecture(info.cputype, info.cpusubtype); in SetArchitecture() 243 if ((static_cast<cpu_subtype_t>(object_file.cpusubtype) & in FindBestMatchForArchitecture() 262 closest_match->cpusubtype)); in FindBestMatchForArchitecture() 283 cpu_subtype_t cpu_subtype = selected_object_file_->cpusubtype; in Identifier() 388 selected_object_file_->cputype, selected_object_file_->cpusubtype); in CreateEmptyModule() 701 selected_object_file_->cpusubtype)) in ReadSymbolData()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOUniversal.cpp | 153 Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary() 162 ") cpusubtype (" + in MachOUniversalBinary() 169 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary() 176 "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary() 189 "(" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary() 200 "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary() 203 ") cpusubtype (" + Twine(B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) in MachOUniversalBinary()
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/ |
H A D | macho-universal-x86_64.i386.test | 37 FAT: cpusubtype CPU_SUBTYPE_X86_64_ALL 44 FAT: cpusubtype CPU_SUBTYPE_I386_ALL 55 NON-VERBOSE: cpusubtype 3 62 NON-VERBOSE: cpusubtype 3
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 399 uint32_t subtype = Header.cpusubtype & ~MachO::CPU_SUBTYPE_MASK; in printFileHeaders() 402 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesX86)); in printFileHeaders() 405 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesX64)); in printFileHeaders() 408 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesARM)); in printFileHeaders() 411 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesPPC)); in printFileHeaders() 414 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesSPARC)); in printFileHeaders() 417 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesARM64)); in printFileHeaders() 421 W.printHex("CpuSubtype", subtype); in printFileHeaders()
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 495 uint32_t cpusubtype; member 505 uint32_t cpusubtype; member 890 uint32_t cpusubtype; member 898 uint32_t cpusubtype; member 970 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 978 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 988 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 998 sys::swapByteOrder(H.cpusubtype); in swapStruct() 1364 // Capability bits used in the definition of cpusubtype. 1372 // Constants for the cpusubtype field.
|
/aosp_15_r20/external/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1202 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype); in checkMachOAndArchFlags() 1205 T = MachOObjectFile::getArchTriple(H.cputype, H.cpusubtype); in checkMachOAndArchFlags() 1300 static void printUnknownCPUType(uint32_t cputype, uint32_t cpusubtype) { in printUnknownCPUType() argument 1302 outs() << " cpusubtype (" << cpusubtype << ")\n"; in printUnknownCPUType() 1307 static void printCPUType(uint32_t cputype, uint32_t cpusubtype) { in printCPUType() argument 1310 switch (cpusubtype) { in printCPUType() 1313 outs() << " cpusubtype CPU_SUBTYPE_I386_ALL\n"; in printCPUType() 1316 printUnknownCPUType(cputype, cpusubtype); in printCPUType() 1321 switch (cpusubtype) { in printCPUType() 1324 outs() << " cpusubtype CPU_SUBTYPE_X86_64_ALL\n"; in printCPUType() [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | MachOUniversal.h | 64 return Header.cpusubtype; in getCPUSubType() 66 return Header64.cpusubtype; in getCPUSubType() 95 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype); in getArchTypeName() 100 Header64.cpusubtype); in getArchTypeName()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 495 uint32_t cpusubtype; member 505 uint32_t cpusubtype; member 898 uint32_t cpusubtype; member 906 uint32_t cpusubtype; member 978 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 986 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 996 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1006 sys::swapByteOrder(H.cpusubtype); in swapStruct() 1379 // Capability bits used in the definition of cpusubtype. 1387 // Constants for the cpusubtype field.
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | MachOUniversal.h | 65 return Header.cpusubtype; in getCPUSubType() 67 return Header64.cpusubtype; in getCPUSubType() 97 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype, in getArchFlagName() 102 Header64.cpusubtype, in getArchFlagName()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 502 uint32_t cpusubtype; member 512 uint32_t cpusubtype; member 931 uint32_t cpusubtype; member 939 uint32_t cpusubtype; member 1007 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1015 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1025 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1035 sys::swapByteOrder(H.cpusubtype); in swapStruct() 1429 // Capability bits used in the definition of cpusubtype. 1437 // Constants for the cpusubtype field.
|
/aosp_15_r20/external/llvm/test/tools/llvm-readobj/ |
H A D | file-headers.test | 144 MACHO32-NEXT: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3) 160 MACHO64-NEXT: CpuSubType: CPU_SUBTYPE_X86_64_ALL (0x3) 177 MACHO-PPC-NEXT: CpuSubType: CPU_SUBTYPE_POWERPC_ALL (0x0) 193 MACHO-PPC64-NEXT: CpuSubtype: 0x0 210 MACHO-ARM-NEXT: CpuSubType: CPU_SUBTYPE_ARM_V7 (0x9)
|
H A D | macho-universal-x86_64.i386.test | 19 MULTIHEADER: CpuSubType: CPU_SUBTYPE_X86_64_ALL (0x3) 38 MULTIHEADER: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3) 156 MULTIHEADER-ARCHIVE: CpuSubType: CPU_SUBTYPE_X86_64_ALL (0x3) 172 MULTIHEADER-ARCHIVE: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3)
|