Lines Matching refs:CPUInfoEnd
85 StringRef::const_iterator CPUInfoEnd = ProcCpuinfoContent.end(); in getHostCPUNameForPowerPC() local
94 while (CIP < CPUInfoEnd && CPUStart == nullptr) { in getHostCPUNameForPowerPC()
95 if (CIP < CPUInfoEnd && *CIP == '\n') in getHostCPUNameForPowerPC()
98 if (CIP < CPUInfoEnd && *CIP == 'c') { in getHostCPUNameForPowerPC()
100 if (CIP < CPUInfoEnd && *CIP == 'p') { in getHostCPUNameForPowerPC()
102 if (CIP < CPUInfoEnd && *CIP == 'u') { in getHostCPUNameForPowerPC()
104 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t')) in getHostCPUNameForPowerPC()
107 if (CIP < CPUInfoEnd && *CIP == ':') { in getHostCPUNameForPowerPC()
109 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t')) in getHostCPUNameForPowerPC()
112 if (CIP < CPUInfoEnd) { in getHostCPUNameForPowerPC()
114 while (CIP < CPUInfoEnd && (*CIP != ' ' && *CIP != '\t' && in getHostCPUNameForPowerPC()
125 while (CIP < CPUInfoEnd && *CIP != '\n') in getHostCPUNameForPowerPC()