Searched defs:cpusubtype (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h43 llvm::yaml::Hex32 cpusubtype; member in struct:llvm::MachOYAML::FileHeader
119 llvm::yaml::Hex32 cpusubtype; member in struct:llvm::MachOYAML::FatArch
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h282 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header
292 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header_64
626 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch
686 // Constants for the cpusubtype field.
/external/llvm/include/llvm/Support/
H A DMachO.h495 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header
505 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header_64
890 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch
898 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch_64
970 sys::swapByteOrder(mh.cpusubtype);
978 sys::swapByteOrder(mh.cpusubtype);
988 sys::swapByteOrder(mh.cpusubtype);
998 sys::swapByteOrder(H.cpusubtype);
1364 // Capability bits used in the definition of cpusubtype.
1372 // Constants for the cpusubtype fiel
[all...]
/external/v8/src/
H A Dgdb-jit.cc496 uint32_t cpusubtype; member in struct:v8::internal::BASE_EMBEDDED::MachOHeader
539 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL
543 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1202 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype);
1205 T = MachOObjectFile::getArchTriple(H.cputype, H.cpusubtype);
1300 static void printUnknownCPUType(uint32_t cputype, uint32_t cpusubtype) { argument
1302 outs() << " cpusubtype (" << cpusubtype << ")\n";
1307 static void printCPUType(uint32_t cputype, uint32_t cpusubtype) { argument
1310 switch (cpusubtype) {
1313 outs() << " cpusubtype CPU_SUBTYPE_I386_ALL\n";
1316 printUnknownCPUType(cputype, cpusubtype);
1321 switch (cpusubtype) {
1430 uint32_t cpusubtype = OFA.getCPUSubType(); local
7392 PrintMachHeader(uint32_t magic, uint32_t cputype, uint32_t cpusubtype, uint32_t filetype, uint32_t ncmds, uint32_t sizeofcmds, uint32_t flags, bool verbose) argument
[all...]

Completed in 118 milliseconds