Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dnon-runtime-protocol.m48 @interface Implementer : Root <Alpha, Beta, C> interface
50 @implementation Implementer implementation
138 @interface Implementer : Root <N2, R2> interface
140 @implementation Implementer implementation
/llvm-project-15.0.7/llvm/lib/Support/
H A DHost.cpp169 StringRef Implementer; in getHostCPUNameForARM() local
174 Implementer = Lines[I].substr(15).ltrim("\t :"); in getHostCPUNameForARM()
181 if (Implementer == "0x41") { // ARM Ltd. in getHostCPUNameForARM()
224 if (Implementer == "0x42" || Implementer == "0x43") { // Broadcom | Cavium. in getHostCPUNameForARM()
235 if (Implementer == "0x46") { // Fujitsu Ltd. in getHostCPUNameForARM()
241 if (Implementer == "0x4e") { // NVIDIA Corporation in getHostCPUNameForARM()
247 if (Implementer == "0x48") // HiSilicon Technologies, Inc. in getHostCPUNameForARM()
255 if (Implementer == "0x51") // Qualcomm Technologies, Inc. in getHostCPUNameForARM()
273 if (Implementer == "0x53") { // Samsung Electronics Co., Ltd. in getHostCPUNameForARM()
302 if (Implementer == "0xc0") { // Ampere Computing in getHostCPUNameForARM()