Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp547 struct formatBranchInfo { struct
548 formatBranchInfo(const GCOV::Options &Options, uint64_t Count, uint64_t Total) in formatBranchInfo() argument
565 static raw_ostream &operator<<(raw_ostream &OS, const formatBranchInfo &FBI) { in operator <<()
794 << formatBranchInfo(options, count, count) << '\n'; in annotateSource()
936 << formatBranchInfo(options, arc->count, total) << '\n'; in printBranchInfo()