Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Object/
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()
DMachOUniversalWriter.cpp106 auto CPU = std::make_pair(MachO::getCPUType(TT), MachO::getCPUSubType(TT)); in getMachoCPUFromTriple()
262 FatArch.cputype = S.getCPUType(); in buildFatArchList()
DMachOObjectFile.cpp130 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/
DMachOUniversal.h59 uint32_t getCPUType() const { in getCPUType() function
96 return MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType()); in getTriple()
100 MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType(), in getArchFlagName()
DMachOUniversalWriter.h68 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
DTapiUniversal.h44 uint32_t getCPUType() const { in getCPUType() function
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackendDarwin.h32 /*Is64Bit=*/false, cantFail(MachO::getCPUType(TT)), Subtype); in createObjectTargetWriter()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCMachObjectWriter.h64 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/
DMachO.cpp77 Expected<uint32_t> MachO::getCPUType(const Triple &T) { in getCPUType() function in MachO
/openbsd/src/gnu/llvm/llvm/tools/llvm-gsymutil/
Dllvm-gsymutil.cpp151 static uint32_t getCPUType(MachOObjectFile &MachO) { in getCPUType() function
174 if (Value == getCPUType(Obj)) in filterArch()
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp320 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/
DAArch64AsmBackend.cpp560 uint32_t CPUType = cantFail(MachO::getCPUType(TheTriple)); in createObjectTargetWriter()
/openbsd/src/gnu/llvm/llvm/lib/LTO/
DLTOModule.cpp685 return MachO::getCPUType(Triple(Mod->getTargetTriple())); in getMachOCPUType()
/openbsd/src/gnu/llvm/llvm/tools/llvm-lipo/
Dllvm-lipo.cpp341 if (S.getCPUType() != SpecifiedCPUType) in readInputBinaries()
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Dmacho2yaml.cpp688 arch.cputype = Slice.getCPUType(); in macho2yaml()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMachObjectWriter.cpp152 W.write<uint32_t>(TargetObjectWriter->getCPUType()); in writeHeader()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp1315 uint32_t CPUType = cantFail(MachO::getCPUType(TT)); in createObjectTargetWriter()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h1667 Expected<uint32_t> getCPUType(const Triple &T);
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp2412 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders()
2417 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()