Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversal.cpp173 Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()
181 ") too large for cputype (" + Twine(A.getCPUType()) + in MachOUniversalBinary()
189 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()
195 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary()
205 if (A.getCPUType() == B.getCPUType() && in MachOUniversalBinary()
209 "(" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()
219 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary()
222 Twine(A.getSize()) + ", overlaps cputype (" + Twine(B.getCPUType()) + in MachOUniversalBinary()
H A DMachOUniversalWriter.cpp106 auto CPU = std::make_pair(MachO::getCPUType(TT), MachO::getCPUSubType(TT)); in getMachoCPUFromTriple()
281 FatArch.cputype = S.getCPUType(); in writeUniversalBinaryToStream()
H A DMachOObjectFile.cpp132 static unsigned getCPUType(const MachOObjectFile &O) { in getCPUType() function
1023 uint32_t cputype = getCPUType(Obj); in checkThreadCommand()
2661 unsigned CPUType = getCPUType(*this); in getFileFormatName()
2882 return getArch(getCPUType(*this), getCPUSubType(*this)); in getArch()
4545 if (getCPUType(*this) == MachO::CPU_TYPE_X86_64) in isRelocationScattered()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversal.h59 uint32_t getCPUType() const { in getCPUType() function
96 return MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType()); in getTriple()
100 MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType(), in getArchFlagName()
H A DMachOUniversalWriter.h68 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
H A DTapiUniversal.h44 uint32_t getCPUType() const { in getCPUType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackendDarwin.h34 /*Is64Bit=*/false, cantFail(MachO::getCPUType(TT)), Subtype); in createObjectTargetWriter()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h67 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
266 uint32_t CPUType = TargetObjectWriter->getCPUType(); in isX86_64()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMachO.cpp77 Expected<uint32_t> MachO::getCPUType(const Triple &T) { in getCPUType() function in MachO
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h255 return CompileUnit->getCPUType(); in getCompileUnitCPUType()
H A DLVScope.h544 codeview::CPUType getCPUType() { return CompilationCPUType; } in getCPUType() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp365 static uint32_t getCPUType(MachOObjectFile &MachO) { in getCPUType() function
382 if (Value == getCPUType(*MachO)) in filterArch()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp388 getArchitectureFromCpuType(OI->getCPUType(), OI->getCPUSubType()); in readFile()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp516 O.getCPUType(), O.getCPUSubType(), in executeObjcopyOnMachOUniversalBinary()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp595 uint32_t CPUType = cantFail(MachO::getCPUType(TheTriple)); in createObjectTargetWriter()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp685 return MachO::getCPUType(Triple(Mod->getTargetTriple())); in getMachOCPUType()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp193 W.write<uint32_t>(TargetObjectWriter->getCPUType()); in writeHeader()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1324 uint32_t CPUType = cantFail(MachO::getCPUType(TT)); in createObjectTargetWriter()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1669 Expected<uint32_t> getCPUType(const Triple &T);
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2374 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders()
2379 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()