Home
last modified time | relevance | path

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

/llvm-project/lld/MachO/
H A DTarget.h115 uint32_t cpuSubtype; global() variable
H A DInputFiles.cpp248 auto getArchName = [](uint32_t cpuType, uint32_t cpuSubtype) { in readFile() argument
261 uint32_t cpuSubtype = in readFile() local
H A DSyntheticSections.cpp96 static uint32_t cpuSubtype() { cpuSubtype() function