Home
last modified time | relevance | path

Searched defs:CPUType (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A 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
H A DMachOObjectFile.cpp2556 unsigned CPUType = getCPUType(*this); in getFileFormatName() local
2584 Triple::ArchType MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType) { in getArch()
2605 Triple MachOObjectFile::getArchTriple(uint32_t CPUType, uint32_t CPUSubType, in getArchTriple()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp40 AArch64MachObjectWriter(uint32_t CPUType, uint32_t CPUSubtype, bool IsILP32) in AArch64MachObjectWriter()
411 llvm::createAArch64MachObjectWriter(uint32_t CPUType, uint32_t CPUSubtype, in createAArch64MachObjectWriter()
H A DAArch64AsmBackend.cpp554 uint32_t CPUType = cantFail(MachO::getCPUType(TheTriple)); in createObjectTargetWriter() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h31 const uint32_t CPUType; variable
173 uint32_t CPUType = TargetObjectWriter->getCPUType(); in isX86_64() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp55 uint32_t CPUType; in createLinkGraphFromMachOObject() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h29 uint32_t CPUType; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp52 ARMMachObjectWriter(bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype) in ARMMachObjectWriter()
507 llvm::createARMMachObjectWriter(bool Is64Bit, uint32_t CPUType, in createARMMachObjectWriter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp56 X86MachObjectWriter(bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype) in X86MachObjectWriter()
600 llvm::createX86MachObjectWriter(bool Is64Bit, uint32_t CPUType, in createX86MachObjectWriter()
H A DX86AsmBackend.cpp1432 uint32_t CPUType = cantFail(MachO::getCPUType(TT)); in createObjectTargetWriter() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DArchitecture.cpp23 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType) { in getArchitectureFromCpuType()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp194 static uint64_t getCPUID(uint32_t CPUType, uint32_t CPUSubtype) { in getCPUID()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp486 unsigned CPUType = support::endian::read32le(&BufPtr[BWH_CPUTypeField]); in analyzeHeader() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.h29 uint32_t CPUType; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp422 Expected<uint32_t> CPUType = (*ModuleOrErr)->getMachOCPUType(); in printMachOCPUOnly() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp329 Expected<uint32_t> CPUType = M->getMachOCPUType(); in lto_module_get_macho_cputype() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h78 enum class CPUType : uint16_t { enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4474 unsigned CPUType = ~0U; in emitDarwinBCHeaderAndTrailer() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h1418 enum CPUType { enum
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7394 uint32_t CPUType, CPUSubType; in DisassembleMachO() local