Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp82 StringRef::const_iterator CPUInfoEnd = ProcCpuinfoContent.end(); in getHostCPUNameForPowerPC() local
91 while (CIP < CPUInfoEnd && CPUStart == 0) { in getHostCPUNameForPowerPC()
92 if (CIP < CPUInfoEnd && *CIP == '\n') in getHostCPUNameForPowerPC()
95 if (CIP < CPUInfoEnd && *CIP == 'c') { in getHostCPUNameForPowerPC()
97 if (CIP < CPUInfoEnd && *CIP == 'p') { in getHostCPUNameForPowerPC()
99 if (CIP < CPUInfoEnd && *CIP == 'u') { in getHostCPUNameForPowerPC()
101 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t')) in getHostCPUNameForPowerPC()
104 if (CIP < CPUInfoEnd && *CIP == ':') { in getHostCPUNameForPowerPC()
106 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t')) in getHostCPUNameForPowerPC()
109 if (CIP < CPUInfoEnd) { in getHostCPUNameForPowerPC()
[all …]