Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp335 uint64_t StrNum = 0; in read() local
336 while (Size < ListSize && StrNum < ProfileSymbolListCutOff) { in read()
340 StrNum++; in read()
342 if (Size != ListSize && StrNum != ProfileSymbolListCutOff) in read()