Home
last modified time | relevance | path

Searched refs:cpuSubtype (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/Arch/
H A DARM.cpp28 ARM(uint32_t cpuSubtype);
160 ARM::ARM(uint32_t cpuSubtype) : TargetInfo(ILP32()) { in ARM() argument
162 this->cpuSubtype = cpuSubtype; in ARM()
169 TargetInfo *macho::createARMTargetInfo(uint32_t cpuSubtype) { in createARMTargetInfo() argument
170 static ARM t(cpuSubtype); in createARMTargetInfo()
H A DARM64_32.cpp106 cpuSubtype = CPU_SUBTYPE_ARM64_V8; in ARM64_32()
H A DARM64.cpp133 cpuSubtype = CPU_SUBTYPE_ARM64_ALL; in ARM64()
H A DX86_64.cpp186 cpuSubtype = CPU_SUBTYPE_X86_64_ALL; in X86_64()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DTarget.h81 uint32_t cpuSubtype; variable
103 TargetInfo *createARMTargetInfo(uint32_t cpuSubtype);
H A DSyntheticSections.cpp81 static uint32_t cpuSubtype() { in cpuSubtype() function
82 uint32_t subtype = target->cpuSubtype; in cpuSubtype()
85 target->cpuSubtype == CPU_SUBTYPE_X86_64_ALL && in cpuSubtype()
97 hdr->cpusubtype = cpuSubtype(); in writeTo()
851 stab.sect = target->cpuSubtype; in emitObjectFileStab()
H A DDriver.cpp704 uint32_t cpuSubtype; in createTargetInfo() local
705 std::tie(cpuType, cpuSubtype) = getCPUTypeFromArchitecture(config->arch()); in createTargetInfo()
715 return createARMTargetInfo(cpuSubtype); in createTargetInfo()
H A DInputFiles.cpp211 read32be(&arch[i].cpusubtype) != target->cpuSubtype) in readFile()