Home
last modified time | relevance | path

Searched defs:cpusubtype (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/lld/test/MachO/invalid/
Dinvalid-fat-offset.s13 cpusubtype: 0x00000003 label
18 cpusubtype: 0x00000003 label
/external/google-breakpad/src/common/mac/
Darch_utilities.cc232 cpu_subtype_t cpusubtype) { in NXGetArchInfoFromCpuType()
248 cpu_subtype_t cpusubtype, in NXFindBestFatArch()
Dsuper_fat_arch.h47 uint32_t cpusubtype; variable
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Darch.h46 cpu_subtype_t cpusubtype; member
Dfat.h58 cpu_subtype_t cpusubtype; /* machine specifier (int) */ member
Dloader.h57 cpu_subtype_t cpusubtype; /* machine specifier */ member
75 cpu_subtype_t cpusubtype; /* machine specifier */ member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h49 llvm::yaml::Hex32 cpusubtype; member
129 llvm::yaml::Hex32 cpusubtype; member
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h43 llvm::yaml::Hex32 cpusubtype; member
119 llvm::yaml::Hex32 cpusubtype; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DMachOYAML.h64 llvm::yaml::Hex32 cpusubtype; member
144 llvm::yaml::Hex32 cpusubtype; member
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cpp240 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) { in ModuleArchFromCpuType()
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h431 uint32_t cpusubtype; member
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp910 uint32_t cpusubtype; in NumSupportedHardwareBreakpoints() local
961 uint32_t cpusubtype; in NumSupportedHardwareWatchpoints() local
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp116 MachOLinkingContext::archFromCpuType(uint32_t cputype, uint32_t cpusubtype) { in archFromCpuType()
DMachONormalizedFileBinaryWriter.cpp579 auto cpusubtype = MachOLinkingContext::cpuSubtypeFromArch(_file.arch); in writeMachHeader() local
/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.cpp4767 const uint32_t cpusubtype) { in GetArchName()
4815 static bool GetHostCPUType(uint32_t &cputype, uint32_t &cpusubtype, in GetHostCPUType()
4888 uint32_t cpusubtype = 0; in HandlePacket_qHostInfo() local
6301 uint32_t cpusubtype; in HandlePacket_qProcessInfo() local
/external/llvm/include/llvm/Support/
DMachO.h495 uint32_t cpusubtype; member
505 uint32_t cpusubtype; member
890 uint32_t cpusubtype; member
898 uint32_t cpusubtype; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h495 uint32_t cpusubtype; member
505 uint32_t cpusubtype; member
898 uint32_t cpusubtype; member
906 uint32_t cpusubtype; member
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h511 uint32_t cpusubtype; member
521 uint32_t cpusubtype; member
940 uint32_t cpusubtype; member
948 uint32_t cpusubtype; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h504 uint32_t cpusubtype; member
514 uint32_t cpusubtype; member
933 uint32_t cpusubtype; member
941 uint32_t cpusubtype; member
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1300 static void printUnknownCPUType(uint32_t cputype, uint32_t cpusubtype) { in printUnknownCPUType()
1307 static void printCPUType(uint32_t cputype, uint32_t cpusubtype) { in printCPUType()
1430 uint32_t cpusubtype = OFA.getCPUSubType(); in printMachOUniversalHeaders() local
7393 uint32_t cpusubtype, uint32_t filetype, in PrintMachHeader()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp2021 static void printUnknownCPUType(uint32_t cputype, uint32_t cpusubtype) { in printUnknownCPUType()
2028 static void printCPUType(uint32_t cputype, uint32_t cpusubtype) { in printCPUType()
2170 uint32_t cpusubtype = OFA.getCPUSubType(); in printMachOUniversalHeaders() local
8259 uint32_t cpusubtype, uint32_t filetype, in PrintMachHeader()