Searched defs:CPUSubType (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/llvm/lib/Object/ |
D | MachOUniversalWriter.cpp | 78 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
|
D | MachOObjectFile.cpp | 2582 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/ |
D | MachOUniversalWriter.h | 30 uint32_t CPUSubType; variable
|
/external/llvm-project/llvm/unittests/BinaryFormat/ |
D | MachOTest.cpp | 77 TEST(MachOTest, CPUSubType) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | Architecture.cpp | 20 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType) { in getArchitectureFromCpuType()
|
/external/llvm-project/llvm/lib/TextAPI/MachO/ |
D | Architecture.cpp | 23 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType) { in getArchitectureFromCpuType()
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 567 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TheTriple)); in createObjectTargetWriter() local
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | Object.h | 30 uint32_t CPUSubType; member
|
/external/llvm-project/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 429 Expected<uint32_t> CPUSubType = (*ModuleOrErr)->getMachOCPUSubType(); in printMachOCPUOnly() local
|
/external/llvm-project/llvm/tools/lto/ |
D | lto.cpp | 347 Expected<uint32_t> CPUSubType = M->getMachOCPUSubType(); in lto_module_get_macho_cputype() local
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 1404 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TT)); in createObjectTargetWriter() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2572 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/ |
D | MachOObjectFile.cpp | 1191 Triple MachOObjectFile::getArchTriple(uint32_t CPUType, uint32_t CPUSubType, in getArchTriple()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7412 uint32_t CPUType, CPUSubType; in DisassembleMachO() local
|