Searched refs:getCPUType (Results 1 – 5 of 5) sorted by relevance
60 uint32_t getCPUType() const { return CPUType; } in getCPUType() function158 uint32_t CPUType = TargetObjectWriter->getCPUType() & in isARM()
53 uint32_t getCPUType() const { return Header.CPUType; } in getCPUType() function
135 if (I->getCPUType() == static_cast<uint32_t>(CTM)) in getObjectForArch()
285 static unsigned getCPUType(const MachOObjectFile *O) { in getCPUType() function1269 unsigned CPUType = getCPUType(this); in getFileFormatName()1318 return getArch(getCPUType(this)); in getArch()1382 if (getCPUType(this) == llvm::MachO::CPUTypeX86_64) in isRelocationScattered()
141 Write32(TargetObjectWriter->getCPUType()); in WriteHeader()