/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOUniversal.cpp | 173 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 D | MachOUniversalWriter.cpp | 106 auto CPU = std::make_pair(MachO::getCPUType(TT), MachO::getCPUSubType(TT)); in getMachoCPUFromTriple() 281 FatArch.cputype = S.getCPUType(); in writeUniversalBinaryToStream()
|
H A D | MachOObjectFile.cpp | 132 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 D | MachOUniversal.h | 59 uint32_t getCPUType() const { in getCPUType() function 96 return MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType()); in getTriple() 100 MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType(), in getArchFlagName()
|
H A D | MachOUniversalWriter.h | 68 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
|
H A D | TapiUniversal.h | 44 uint32_t getCPUType() const { in getCPUType() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackendDarwin.h | 34 /*Is64Bit=*/false, cantFail(MachO::getCPUType(TT)), Subtype); in createObjectTargetWriter()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 67 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 D | MachO.cpp | 77 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 D | LVReader.h | 255 return CompileUnit->getCPUType(); in getCompileUnitCPUType()
|
H A D | LVScope.h | 544 codeview::CPUType getCPUType() { return CompilationCPUType; } in getCPUType() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 365 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 D | DylibReader.cpp | 388 getArchitectureFromCpuType(OI->getCPUType(), OI->getCPUSubType()); in readFile()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObjcopy.cpp | 516 O.getCPUType(), O.getCPUSubType(), in executeObjcopyOnMachOUniversalBinary()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AsmBackend.cpp | 595 uint32_t CPUType = cantFail(MachO::getCPUType(TheTriple)); in createObjectTargetWriter()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 685 return MachO::getCPUType(Triple(Mod->getTargetTriple())); in getMachOCPUType()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 193 W.write<uint32_t>(TargetObjectWriter->getCPUType()); in writeHeader()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 1324 uint32_t CPUType = cantFail(MachO::getCPUType(TT)); in createObjectTargetWriter()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1669 Expected<uint32_t> getCPUType(const Triple &T);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 2374 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders() 2379 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()
|