Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/Arch/
H A DARM.cpp160 ARM::ARM(uint32_t cpuSubtype) : TargetInfo(ILP32()) { in ARM()
169 TargetInfo *macho::createARMTargetInfo(uint32_t cpuSubtype) { in createARMTargetInfo()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DTarget.h81 uint32_t cpuSubtype; variable
H A DDriver.cpp704 uint32_t cpuSubtype; in createTargetInfo() local
H A DSyntheticSections.cpp81 static uint32_t cpuSubtype() { in cpuSubtype() function