Searched refs:CPUSubType (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DArchitecture.cpp23 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType) { argument
26 (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) == (Subtype)) \
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DArchitecture.h35 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp425 Expected<uint32_t> CPUSubType = (*ModuleOrErr)->getMachOCPUSubType(); local
429 if (!CPUSubType)
431 toString(CPUSubType.takeError()));
433 Filename.c_str(), *CPUType, *CPUSubType);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h30 uint32_t CPUSubType; member in struct:llvm::objcopy::macho::MachHeader
H A DMachOReader.cpp23 O.Header.CPUSubType = MachOObj.getHeader().cpusubtype;
H A DMachOWriter.cpp142 Header.cpusubtype = O.Header.CPUSubType;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp590 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TheTriple)); variable
591 return createAArch64MachObjectWriter(CPUType, CPUSubType,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h571 static Triple::ArchType getArch(uint32_t CPUType, uint32_t CPUSubType);
572 static Triple getArchTriple(uint32_t CPUType, uint32_t CPUSubType,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2577 Triple::ArchType MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType) { argument
2598 Triple MachOObjectFile::getArchTriple(uint32_t CPUType, uint32_t CPUSubType, argument
2608 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) {
2617 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) {
2630 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) {
2685 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) {
2696 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) {
2707 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) {
2716 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1403 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TT)); variable
1404 return createX86MachObjectWriter(Is64Bit, CPUType, CPUSubType);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7385 uint32_t CPUType, CPUSubType; local
7390 CPUSubType = H_64.cpusubtype;
7394 CPUSubType = H.cpusubtype;
7396 Triple T = MachOObjectFile::getArchTriple(CPUType, CPUSubType, nullptr,

Completed in 224 milliseconds