Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DGCOV.h444 void setProgramCount(uint32_t Programs) { ProgramCount = Programs; } in setProgramCount() function
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DGCOV.cpp123 FI.setProgramCount(ProgramCount); in collectLineCounts()