Home
last modified time | relevance | path

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

/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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h502 uint32_t cpusubtype; member
512 uint32_t cpusubtype; member
931 uint32_t cpusubtype; member
939 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()