Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DTarget.h115 llvm::MachO::CPUType cpuType; variable
H A DInputFiles.cpp226 auto getArchName = [](uint32_t cpuType, uint32_t cpuSubtype) { in readFile()
238 uint32_t cpuType = read32be(&arch[i].cputype); in readFile() local
973 uint32_t cpuType; in parse() local
1805 uint32_t cpuType; in isArchABICompatible() local
H A DSectionPriorities.cpp310 CPUType cpuType = StringSwitch<CPUType>(line) in parseOrderFile() local