Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp785 uint32_t NumPosCounts; in readOneFunctionProfile() local
786 if (!GcovBuffer.readInt(NumPosCounts)) in readOneFunctionProfile()
817 for (uint32_t I = 0; I < NumPosCounts; ++I) { in readOneFunctionProfile()