Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DGCOV.h47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options()
55 bool FuncCoverage; member
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp856 if (options.FuncCoverage && !options.UseStdout) { in print()