Lines Matching refs:GCOVFunction
42 auto GFun = make_unique<GCOVFunction>(*this); in readGCNO()
126 bool GCOVFunction::readGCNO(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCNO()
249 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCDA()
332 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount()
338 uint64_t GCOVFunction::getExitCount() const { in getExitCount()
343 void GCOVFunction::dump() const { in dump()
352 void GCOVFunction::collectLineCounts(FileInfo &FI) { in collectLineCounts()
603 DenseMap<const GCOVFunction *, bool> LineExecs; in print()
627 const GCOVFunction *Function = &Block->getParent(); in print()
629 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( in print()
692 for (const GCOVFunction *Func : Funcs) { in printFunctionSummary()
731 const GCOVFunction *Function = &Block.getParent(); in printBranchInfo()