Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/Arch/
H A DARM.cpp167 ARM::ARM(uint32_t cpuSubtype) : TargetInfo(ILP32()) { in ARM()
178 TargetInfo *macho::createARMTargetInfo(uint32_t cpuSubtype) { in createARMTargetInfo()
/openbsd/gnu/llvm/lld/MachO/
H A DTarget.h116 uint32_t cpuSubtype; variable
H A DInputFiles.cpp226 auto getArchName = [](uint32_t cpuType, uint32_t cpuSubtype) { in readFile()
239 uint32_t cpuSubtype = in readFile() local
H A DSyntheticSections.cpp102 static uint32_t cpuSubtype() { in cpuSubtype() function