reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
275 TheSummary->NumSummaryFields = Summary::NumKinds; 276 TheSummary->NumCutoffEntries = Res.size(); 277 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount()); 278 TheSummary->set(Summary::MaxBlockCount, PS.getMaxCount()); 279 TheSummary->set(Summary::MaxInternalBlockCount, PS.getMaxInternalCount()); 280 TheSummary->set(Summary::TotalBlockCount, PS.getTotalCount()); 281 TheSummary->set(Summary::TotalNumBlocks, PS.getNumCounts()); 282 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); 284 TheSummary->setEntry(I, Res[I]);