Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1714 uint32_t NumPosCounts; in readOneFunctionProfile() local
1715 if (!GcovBuffer.readInt(NumPosCounts)) in readOneFunctionProfile()
1746 for (uint32_t I = 0; I < NumPosCounts; ++I) { in readOneFunctionProfile()