Home
last modified time | relevance | path

Searched refs:getCPUType (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOUniversal.cpp154 Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()
162 "for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()
169 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()
175 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary()
185 if (A.getCPUType() == B.getCPUType() && in MachOUniversalBinary()
189 "(" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()
199 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary()
202 Twine(A.getSize()) + ", overlaps cputype (" + Twine(B.getCPUType()) + in MachOUniversalBinary()
DMachOObjectFile.cpp128 static unsigned getCPUType(const MachOObjectFile &O) { in getCPUType() function
973 uint32_t cputype = getCPUType(Obj); in checkThreadCommand()
2481 unsigned CPUType = getCPUType(*this); in getFileFormatName()
2672 return getArch(getCPUType(*this)); in getArch()
4154 if (getCPUType(*this) == MachO::CPU_TYPE_X86_64) in isRelocationScattered()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h54 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
156 uint32_t CPUType = TargetObjectWriter->getCPUType(); in isX86_64()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCMachObjectWriter.h62 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
169 uint32_t CPUType = TargetObjectWriter->getCPUType(); in isX86_64()
/external/llvm/include/llvm/Object/
DMachOUniversal.h56 uint32_t getCPUType() const { in getCPUType() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachOUniversal.h56 uint32_t getCPUType() const { in getCPUType() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp249 static uint32_t getCPUType(MachOObjectFile &MachO) { in getCPUType() function
273 if (Value == getCPUType(*MachO)) in filterArch()
/external/llvm/lib/Object/
DMachOObjectFile.cpp115 static unsigned getCPUType(const MachOObjectFile *O) { in getCPUType() function
1146 unsigned CPUType = getCPUType(this); in getFileFormatName()
1296 return getArch(getCPUType(this)); in getArch()
1985 if (getCPUType(this) == MachO::CPU_TYPE_X86_64) in isRelocationScattered()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp487 arch.cputype = Slice.getCPUType(); in macho2yaml()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp513 arch.cputype = Slice.getCPUType(); in macho2yaml()
/external/llvm/lib/MC/
DMachObjectWriter.cpp136 write32(TargetObjectWriter->getCPUType()); in writeHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMachObjectWriter.cpp149 W.write<uint32_t>(TargetObjectWriter->getCPUType()); in writeHeader()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1429 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders()
1434 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp1802 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders()
1807 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()