Home
last modified time | relevance | path

Searched refs:Implementer (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DHost.cpp157 StringRef Implementer; in getHostCPUNameForARM() local
161 Implementer = Lines[I].substr(15).ltrim("\t :"); in getHostCPUNameForARM()
166 if (Implementer == "0x41") { // ARM Ltd. in getHostCPUNameForARM()
199 if (Implementer == "0x42" || Implementer == "0x43") { // Broadcom | Cavium. in getHostCPUNameForARM()
214 if (Implementer == "0x48") // HiSilicon Technologies, Inc. in getHostCPUNameForARM()
225 if (Implementer == "0x51") // Qualcomm Technologies, Inc. in getHostCPUNameForARM()
243 if (Implementer == "0x53") { // Samsung Electronics Co., Ltd. in getHostCPUNameForARM()