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.h130 llvm::MachO::CPUType cpuType; variable
H A DInputFiles.cpp188 uint32_t cpuType; in compatWithTargetArch() local
246 auto getArchName = [](uint32_t cpuType, uint32_t cpuSubtype) { in readFile()
258 uint32_t cpuType = read32be(&arch[i].cputype); in readFile() local
1862 uint32_t cpuType; in isArchABICompatible() local
H A DSectionPriorities.cpp314 CPUType cpuType = StringSwitch<CPUType>(line) in parseOrderFile() local