Home
last modified time | relevance | path

Searched defs:CPUSubType (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h37 uint32_t CPUSubType; variable
/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp85 Slice::Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, in Slice()
96 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, in Slice()
230 unsigned CPUType, CPUSubType; in create() local
H A DMachOObjectFile.cpp2689 getArch(uint32_t CPUType,uint32_t CPUSubType) getArch() argument
2710 getArchTriple(uint32_t CPUType,uint32_t CPUSubType,const char ** McpuDefault,const char ** ArchFlag) getArchTriple() argument
/llvm-project/llvm/unittests/BinaryFormat/
H A DMachOTest.cpp77 TEST(MachOTest,CPUSubType) TEST() argument
/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp23 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType) { in getArchitectureFromCpuType()
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h425 uint32_t CPUSubType = 0; global() member
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp596 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TheTriple)); createObjectTargetWriter() local
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h29 uint32_t CPUSubType; member
/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp474 Expected<uint32_t> CPUSubType = (*ModuleOrErr)->getMachOCPUSubType(); printMachOCPUOnly() local
/llvm-project/llvm/tools/lto/
H A Dlto.cpp336 Expected<uint32_t> CPUSubType = M->getMachOCPUSubType(); lto_module_get_macho_cputype() local
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1325 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TT)); createObjectTargetWriter() local
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7201 uint32_t CPUType, CPUSubType; getMachODSymObject() local