Home
last modified time | relevance | path

Searched defs:cpuSubtype (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM.cpp155 ARM::ARM(uint32_t cpuSubtype) : TargetInfo(ILP32()) { in ARM()
166 TargetInfo *macho::createARMTargetInfo(uint32_t cpuSubtype) { in createARMTargetInfo()
/llvm-project-15.0.7/lld/MachO/
H A DTarget.h101 uint32_t cpuSubtype; variable
H A DDriver.cpp725 uint32_t cpuSubtype; in createTargetInfo() local
H A DSyntheticSections.cpp101 static uint32_t cpuSubtype() { in cpuSubtype() function