Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp307 uint64_t StrNum = 0; in read() local
308 while (Size < ListSize && StrNum < ProfileSymbolListCutOff) { in read()
312 StrNum++; in read()
314 if (Size != ListSize && StrNum != ProfileSymbolListCutOff) in read()