Home
last modified time | relevance | path

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

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