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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h401 void printFileCoverage(raw_ostream &OS) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp784 printFileCoverage(InfoOS);
853 // and printFileCoverage.
884 // printFileCoverage - Print per-file coverage info.
885 void FileInfo::printFileCoverage(raw_ostream &OS) const { function in class:FileInfo

Completed in 167 milliseconds