Home
last modified time | relevance | path

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

/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/llvm/include/llvm/Object/
DMachOUniversal.h54 uint32_t getCPUType() const { return Header.cputype; } in getCPUType() function
/external/llvm/lib/Object/
DMachOObjectFile.cpp108 static unsigned getCPUType(const MachOObjectFile *O) { in getCPUType() function
994 unsigned CPUType = getCPUType(this); in getFileFormatName()
1194 return getArch(getCPUType(this)); in getArch()
1885 if (getCPUType(this) == MachO::CPU_TYPE_X86_64) in isRelocationScattered()
/external/llvm/lib/MC/
DMachObjectWriter.cpp136 write32(TargetObjectWriter->getCPUType()); in writeHeader()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1342 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders()
1347 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()