Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h114 llvm::MachO::CPUType cpuType; variable
H A DInputFiles.cpp190 uint32_t cpuType; in compatWithTargetArch() local
248 auto getArchName = [](uint32_t cpuType, uint32_t cpuSubtype) { in readFile()
260 uint32_t cpuType = read32be(&arch[i].cputype); in readFile() local
1833 uint32_t cpuType; in isArchABICompatible() local
H A DSectionPriorities.cpp310 CPUType cpuType = StringSwitch<CPUType>(line) in parseOrderFile() local