Searched refs:CovOS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp635 raw_ostream &CovOS = local
638 CovOS << " -: 0:Source:" << Filename << "\n";
639 CovOS << " -: 0:Graph:" << GCNOFile << "\n";
640 CovOS << " -: 0:Data:" << GCDAFile << "\n";
641 CovOS << " -: 0:Runs:" << RunCount << "\n";
643 CovOS << " -: 0:Programs:" << ProgramCount << "\n";
652 printFunctionSummary(CovOS, FuncsIt->second);
658 CovOS << " -:";
659 AllLines.printNext(CovOS, LineIndex + 1);
703 CovOS << " #####
[all...]

Completed in 108 milliseconds