reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ProfileData/GCOV.cpp
  732     CovOS << "        -:    0:Source:" << Filename << "\n";
  733     CovOS << "        -:    0:Graph:" << GCNOFile << "\n";
  734     CovOS << "        -:    0:Data:" << GCDAFile << "\n";
  735     CovOS << "        -:    0:Runs:" << RunCount << "\n";
  736     CovOS << "        -:    0:Programs:" << ProgramCount << "\n";
  745           printFunctionSummary(CovOS, FuncsIt->second);
  751         CovOS << "        -:";
  752         AllLines.printNext(CovOS, LineIndex + 1);
  796           CovOS << "    #####:";
  798           CovOS << format("%9" PRIu64 ":", LineCount);
  803         AllLines.printNext(CovOS, LineIndex + 1);
  812             printBlockInfo(CovOS, *Block, LineIndex, BlockNo);
  816               printBranchInfo(CovOS, *Block, FileCoverage, EdgeNo);
  818               printUncondBranchInfo(CovOS, EdgeNo,