Searched refs:CPUStart (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DHost.cpp969 const char *CPUStart = 0; local
974 while (CIP < CPUInfoEnd && CPUStart == 0) {
993 CPUStart = CIP;
997 CPULen = CIP - CPUStart;
1004 if (CPUStart == 0)
1009 if (CPUStart == 0)
1012 return StringSwitch<const char *>(StringRef(CPUStart, CPULen))
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DHost.cpp1011 const char *CPUStart = 0; local
1016 while (CIP < CPUInfoEnd && CPUStart == 0) {
1035 CPUStart = CIP;
1039 CPULen = CIP - CPUStart;
1046 if (CPUStart == 0)
1051 if (CPUStart == 0)
1054 return StringSwitch<const char *>(StringRef(CPUStart, CPULen))

Completed in 52 milliseconds