Home
last modified time | relevance | path

Searched refs:cputype (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachOUniversal.h59 return Header.cputype; in getCPUType()
61 return Header64.cputype; in getCPUType()
97 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype, in getArchFlagName()
101 MachOObjectFile::getArchTriple(Header64.cputype, in getArchFlagName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOUniversal.cpp70 uint32_t cputype; in getAsObjectFile() local
73 cputype = Header.cputype; in getAsObjectFile()
76 cputype = Header64.cputype; in getAsObjectFile()
80 return ObjectFile::createMachOObjectFile(ObjBuffer, cputype, Index); in getAsObjectFile()
152 Err = malformedError("offset plus size of cputype (" + in MachOUniversalBinary()
161 ") too large for cputype (" + Twine(A.getCPUType()) + in MachOUniversalBinary()
169 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()
175 Err = malformedError("cputype (" in MachOUniversalBinary()
[all...]
H A DMachOObjectFile.cpp128 return O.getHeader().cputype; in getCPUType()
1015 uint32_t cputype = getCPUType(Obj); in checkThreadCommand() local
1037 if (cputype == MachO::CPU_TYPE_I386) { in checkThreadCommand()
1056 } else if (cputype == MachO::CPU_TYPE_X86_64) { in checkThreadCommand()
1123 } else if (cputype == MachO::CPU_TYPE_ARM) { in checkThreadCommand()
1142 } else if (cputype == MachO::CPU_TYPE_ARM64 || in checkThreadCommand()
1143 cputype == MachO::CPU_TYPE_ARM64_32) { in checkThreadCommand()
1162 } else if (cputype == MachO::CPU_TYPE_POWERPC) { in checkThreadCommand()
1182 return malformedError("unknown cputype (" + Twine(cputype) in checkThreadCommand()
1265 uint32_t cputype; MachOObjectFile() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp61 dbgs() << "jitLink_MachO: cputype = " in jitLink_MachO()
62 << format("0x%08" PRIx32, Header.cputype) in jitLink_MachO()
67 switch (Header.cputype) { in jitLink_MachO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h48 llvm::yaml::Hex32 cputype; member
128 llvm::yaml::Hex32 cputype; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp74 Header.cputype = Obj.Header.cputype; in writeHeader()
522 FatArch.cputype = Arch.cputype; in constructFatArch()
H A DMachOYAML.cpp86 IO.mapRequired("cputype", FileHdr.cputype); in mapping()
129 IO.mapRequired("cputype", FatArch.cputype); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h494 uint32_t cputype; member
504 uint32_t cputype; member
897 uint32_t cputype; member
905 uint32_t cputype; member
977 sys::swapByteOrder(mh.cputype); in swapStruct()
985 sys::swapByteOrder(mh.cputype); in swapStruct()
995 sys::swapByteOrder(mh.cputype); in swapStruct()
1005 sys::swapByteOrder(H.cputype); in swapStruct()
1363 // Constants for the cputype field.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h503 uint32_t cputype; member
513 uint32_t cputype; member
932 uint32_t cputype; member
940 uint32_t cputype; member
1008 sys::swapByteOrder(mh.cputype); in swapStruct()
1016 sys::swapByteOrder(mh.cputype); in swapStruct()
1026 sys::swapByteOrder(mh.cputype); in swapStruct()
1036 sys::swapByteOrder(H.cputype); in swapStruct()
1414 // Constants for the cputype field.
/third_party/skia/third_party/externals/microhttpd/
H A Dconfig.guess1316 # "uname -m" is not consistent, so use $cputype instead. 386
1319 if test "$cputype" = "386"; then
1322 UNAME_MACHINE="$cputype"
/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.cc478 uint32_t cputype;
520 header->cputype = 7; // i386
524 header->cputype = 7 | 0x01000000; // i386 | 64-bit ABI
/third_party/eudev/
H A Dconfig.guess1359 # "uname -m" is not consistent, so use $cputype instead. 386
1362 if test "$cputype" = 386; then
1365 UNAME_MACHINE="$cputype"
/third_party/lame/
H A Dconfig.guess1361 # "uname -m" is not consistent, so use $cputype instead. 386
1365 if test "$cputype" = 386; then
1368 UNAME_MACHINE="$cputype"
/third_party/skia/third_party/externals/libpng/
H A Dconfig.guess1358 # "uname -m" is not consistent, so use $cputype instead. 386
1361 if test "$cputype" = 386; then
1364 UNAME_MACHINE="$cputype"
/third_party/node/deps/cares/
H A Dconfig.guess1476 # "uname -m" is not consistent, so use $cputype instead. 386
1479 if test "${cputype-}" = 386; then
1481 elif test "x${cputype-}" != x; then
1482 UNAME_MACHINE=$cputype
/third_party/node/deps/cares/config/
H A Dconfig.guess1476 # "uname -m" is not consistent, so use $cputype instead. 386
1479 if test "${cputype-}" = 386; then
1481 elif test "x${cputype-}" != x; then
1482 UNAME_MACHINE=$cputype
/third_party/libevdev/build-aux/
H A Dconfig.guess1490 # "uname -m" is not consistent, so use $cputype instead. 386
1493 if test "${cputype-}" = 386; then
1495 elif test "x${cputype-}" != x; then
1496 UNAME_MACHINE=$cputype
/third_party/python/
H A Dconfig.guess1473 # "uname -m" is not consistent, so use $cputype instead. 386
1476 if test "${cputype-}" = 386; then
1478 elif test "x${cputype-}" != x; then
1479 UNAME_MACHINE=$cputype
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs562 pub cputype: cpu_type_t,
576 pub cputype: cpu_type_t,

Completed in 77 milliseconds