Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Object/
DMachOUniversalWriter.cpp78 Slice::Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, in Slice()
89 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, in Slice()
227 unsigned CPUType, CPUSubType; in create() local
DMachOObjectFile.cpp2582 Triple::ArchType MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType) { in getArch()
2603 Triple MachOObjectFile::getArchTriple(uint32_t CPUType, uint32_t CPUSubType, in getArchTriple()
/external/llvm-project/llvm/include/llvm/Object/
DMachOUniversalWriter.h30 uint32_t CPUSubType; variable
/external/llvm-project/llvm/unittests/BinaryFormat/
DMachOTest.cpp77 TEST(MachOTest, CPUSubType) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DArchitecture.cpp20 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType) { in getArchitectureFromCpuType()
/external/llvm-project/llvm/lib/TextAPI/MachO/
DArchitecture.cpp23 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType) { in getArchitectureFromCpuType()
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp567 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TheTriple)); in createObjectTargetWriter() local
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.h30 uint32_t CPUSubType; member
/external/llvm-project/llvm/tools/llvm-lto/
Dllvm-lto.cpp429 Expected<uint32_t> CPUSubType = (*ModuleOrErr)->getMachOCPUSubType(); in printMachOCPUOnly() local
/external/llvm-project/llvm/tools/lto/
Dlto.cpp347 Expected<uint32_t> CPUSubType = M->getMachOCPUSubType(); in lto_module_get_macho_cputype() local
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp1404 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TT)); in createObjectTargetWriter() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2572 Triple::ArchType MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType) { in getArch()
2593 Triple MachOObjectFile::getArchTriple(uint32_t CPUType, uint32_t CPUSubType, in getArchTriple()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1191 Triple MachOObjectFile::getArchTriple(uint32_t CPUType, uint32_t CPUSubType, in getArchTriple()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp7412 uint32_t CPUType, CPUSubType; in DisassembleMachO() local