Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp238 buf.readInt(runCount); in readGCDA()
243 buf.readInt(runCount); in readGCDA()
788 os << " -: 0:Runs:" << file.runCount << '\n'; in annotateSource()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h211 uint32_t runCount = 0; variable