Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp319 uint64_t StrNum = 0; in read() local
320 while (Size < ListSize && StrNum < ProfileSymbolListCutOff) { in read()
324 StrNum++; in read()
326 if (Size != ListSize && StrNum != ProfileSymbolListCutOff) in read()