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.cpp584 struct formatBranchInfo { struct
585 formatBranchInfo(const GCOV::Options &Options, uint64_t Count, uint64_t Total) in formatBranchInfo() function
602 static raw_ostream &operator<<(raw_ostream &OS, const formatBranchInfo &FBI) { in operator <<()
836 << formatBranchInfo(options, count, count) << '\n'; in annotateSource()
978 << formatBranchInfo(options, arc->count, total) << '\n'; in printBranchInfo()