Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h48 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options()
56 bool FuncCoverage; member
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp891 if (options.FuncCoverage && !options.UseStdout) { in print()