Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp582 struct formatBranchInfo { struct
583 formatBranchInfo(const GCOV::Options &Options, uint64_t Count, uint64_t Total) in formatBranchInfo() function
600 static raw_ostream &operator<<(raw_ostream &OS, const formatBranchInfo &FBI) { in operator <<()
829 << formatBranchInfo(options, count, count) << '\n'; in annotateSource()
971 << formatBranchInfo(options, arc->count, total) << '\n'; in printBranchInfo()