Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h60 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
163 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/
DMachOUniversal.cpp144 if (I->getCPUType() == static_cast<uint32_t>(CTM)) in getObjectForArch()
DMachOObjectFile.cpp127 static unsigned getCPUType(const MachOObjectFile *O) { in getCPUType() function
1264 unsigned CPUType = getCPUType(this); in getFileFormatName()
1464 return getArch(getCPUType(this)); in getArch()
2163 if (getCPUType(this) == MachO::CPU_TYPE_X86_64) in isRelocationScattered()
/external/llvm/lib/MC/
DMachObjectWriter.cpp143 Write32(TargetObjectWriter->getCPUType()); in WriteHeader()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1386 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders()
1391 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()