Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1619 uint64_t HeadCount = 0; in readOneFunctionProfile() local
1621 if (!GcovBuffer.readInt64(HeadCount)) in readOneFunctionProfile()
1647 FProfile->addHeadSamples(HeadCount); in readOneFunctionProfile()