Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM.cpp28 ARM(uint32_t cpuSubtype);
155 ARM::ARM(uint32_t cpuSubtype) : TargetInfo(ILP32()) { in ARM() argument
157 this->cpuSubtype = cpuSubtype; in ARM()
166 TargetInfo *macho::createARMTargetInfo(uint32_t cpuSubtype) { in createARMTargetInfo() argument
167 static ARM t(cpuSubtype); in createARMTargetInfo()
H A DARM64_32.cpp99 cpuSubtype = CPU_SUBTYPE_ARM64_V8; in ARM64_32()
H A DX86_64.cpp182 cpuSubtype = CPU_SUBTYPE_X86_64_ALL; in X86_64()
H A DARM64.cpp128 cpuSubtype = CPU_SUBTYPE_ARM64_ALL; in ARM64()
/llvm-project-15.0.7/lld/MachO/
H A DTarget.h101 uint32_t cpuSubtype; variable
131 TargetInfo *createARMTargetInfo(uint32_t cpuSubtype);
H A DSyntheticSections.cpp101 static uint32_t cpuSubtype() { in cpuSubtype() function
102 uint32_t subtype = target->cpuSubtype; in cpuSubtype()
105 target->cpuSubtype == CPU_SUBTYPE_X86_64_ALL && in cpuSubtype()
117 hdr->cpusubtype = cpuSubtype(); in writeTo()
927 stab.sect = target->cpuSubtype; in emitObjectFileStab()
H A DDriver.cpp725 uint32_t cpuSubtype; in createTargetInfo() local
726 std::tie(cpuType, cpuSubtype) = getCPUTypeFromArchitecture(config->arch()); in createTargetInfo()
736 return createARMTargetInfo(cpuSubtype); in createTargetInfo()
H A DInputFiles.cpp234 read32be(&arch[i].cpusubtype) != target->cpuSubtype) in readFile()