| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| 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()
|
| D | MachOUniversalWriter.cpp | 106 auto CPU = std::make_pair(MachO::getCPUType(TT), MachO::getCPUSubType(TT)); in getMachoCPUFromTriple() 262 FatArch.cputype = S.getCPUType(); in buildFatArchList()
|
| D | MachOObjectFile.cpp | 130 static unsigned getCPUType(const MachOObjectFile &O) { in getCPUType() function 1018 uint32_t cputype = getCPUType(Obj); in checkThreadCommand() 2654 unsigned CPUType = getCPUType(*this); in getFileFormatName() 2875 return getArch(getCPUType(*this), getCPUSubType(*this)); in getArch() 4534 if (getCPUType(*this) == MachO::CPU_TYPE_X86_64) in isRelocationScattered()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Object/ |
| 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()
|
| D | MachOUniversalWriter.h | 68 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
|
| D | TapiUniversal.h | 44 uint32_t getCPUType() const { in getCPUType() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAsmBackendDarwin.h | 32 /*Is64Bit=*/false, cantFail(MachO::getCPUType(TT)), Subtype); in createObjectTargetWriter()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/MC/ |
| D | MCMachObjectWriter.h | 64 uint32_t getCPUType() const { return CPUType; } in getCPUType() function 173 uint32_t CPUType = TargetObjectWriter->getCPUType(); in isX86_64()
|
| /openbsd/src/gnu/llvm/llvm/lib/BinaryFormat/ |
| D | MachO.cpp | 77 Expected<uint32_t> MachO::getCPUType(const Triple &T) { in getCPUType() function in MachO
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-gsymutil/ |
| D | llvm-gsymutil.cpp | 151 static uint32_t getCPUType(MachOObjectFile &MachO) { in getCPUType() function 174 if (Value == getCPUType(Obj)) in filterArch()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| D | llvm-dwarfdump.cpp | 320 static uint32_t getCPUType(MachOObjectFile &MachO) { in getCPUType() function 337 if (Value == getCPUType(*MachO)) in filterArch()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64AsmBackend.cpp | 560 uint32_t CPUType = cantFail(MachO::getCPUType(TheTriple)); in createObjectTargetWriter()
|
| /openbsd/src/gnu/llvm/llvm/lib/LTO/ |
| D | LTOModule.cpp | 685 return MachO::getCPUType(Triple(Mod->getTargetTriple())); in getMachOCPUType()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-lipo/ |
| D | llvm-lipo.cpp | 341 if (S.getCPUType() != SpecifiedCPUType) in readInputBinaries()
|
| /openbsd/src/gnu/llvm/llvm/tools/obj2yaml/ |
| D | macho2yaml.cpp | 688 arch.cputype = Slice.getCPUType(); in macho2yaml()
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | MachObjectWriter.cpp | 152 W.write<uint32_t>(TargetObjectWriter->getCPUType()); in writeHeader()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86AsmBackend.cpp | 1315 uint32_t CPUType = cantFail(MachO::getCPUType(TT)); in createObjectTargetWriter()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | MachO.h | 1667 Expected<uint32_t> getCPUType(const Triple &T);
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/ |
| D | MachODump.cpp | 2412 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders() 2417 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()
|