Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DGCOV.h261 uint32_t ProgramCount = 0; variable
444 void setProgramCount(uint32_t Programs) { ProgramCount = Programs; } in setProgramCount()
466 uint32_t ProgramCount = 0; variable
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DGCOV.cpp101 ++ProgramCount; in readGCDA()
123 FI.setProgramCount(ProgramCount); in collectLineCounts()
728 CovOS << " -: 0:Programs:" << ProgramCount << "\n"; in print()