Searched defs:CPUType (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp65 uint32_t CPUType; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DArchitecture.cpp23 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp52 ARMMachObjectWriter(bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype) argument
507 llvm::createARMMachObjectWriter(bool Is64Bit, uint32_t CPUType, argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h31 const uint32_t CPUType; member in class:llvm::MCMachObjectTargetWriter
171 uint32_t CPUType = TargetObjectWriter->getCPUType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp40 AArch64MachObjectWriter(uint32_t CPUType, uint32_t CPUSubtype, bool IsILP32) argument
407 llvm::createAArch64MachObjectWriter(uint32_t CPUType, uint32_t CPUSubtype, argument
H A DAArch64AsmBackend.cpp589 uint32_t CPUType = cantFail(MachO::getCPUType(TheTriple)); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp56 X86MachObjectWriter(bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype) argument
600 llvm::createX86MachObjectWriter(bool Is64Bit, uint32_t CPUType, argument
H A DX86AsmBackend.cpp1402 uint32_t CPUType = cantFail(MachO::getCPUType(TT)); variable
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h29 uint32_t CPUType; member in struct:llvm::objcopy::macho::MachHeader
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp479 unsigned CPUType = support::endian::read32le(&BufPtr[BWH_CPUTypeField]); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp424 Expected<uint32_t> CPUType = (*ModuleOrErr)->getMachOCPUType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h78 enum class CPUType : uint16_t { class in namespace:llvm::codeview
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2549 unsigned CPUType = getCPUType(*this); local
2577 Triple::ArchType MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType) { argument
2598 Triple MachOObjectFile::getArchTriple(uint32_t CPUType, uint32_t CPUSubType, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4352 unsigned CPUType = ~0U; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1415 enum CPUType { enum
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7385 uint32_t CPUType, CPUSubType; local

Completed in 169 milliseconds