Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp118 struct GlobalStats { struct
265 GlobalStats &GlobalStats, in collectStatsForDie() argument
290 GlobalStats.CallSiteDIEs++; in collectStatsForDie()
296 GlobalStats.CallSiteParamDIEs++; in collectStatsForDie()
418 GlobalStats.ScopeBytes += BytesInScope; in collectStatsForDie()
430 assert(GlobalStats.ScopeBytesCovered.Value <= GlobalStats.ScopeBytes.Value); in collectStatsForDie()
487 StringMap<PerFunctionStats> &FnStatMap, GlobalStats &GlobalStats, in collectStatsRecursive() argument
544 GlobalStats.CallSiteEntries++; in collectStatsRecursive()
757 DWARFUnit *DwUnit, GlobalStats &GlobalStats, LocationStats &LocStats, in collectZeroLocCovForVarsWithAbstractOrigin() argument
848 GlobalStats GlobalStats; in collectStatsForObjectFile() local
[all …]
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dstats_test.cpp26 TEST(ScudoStatsTest, GlobalStats) { in TEST() argument
27 scudo::GlobalStats GStats; in TEST()
H A Dsecondary_test.cpp37 scudo::GlobalStats S; in testSecondaryBasic()
H A Dprimary_test.cpp166 scudo::GlobalStats Stats; in TEST()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h52 void init(GlobalStats *S, SizeClassAllocator *A) { in init()
60 void destroy(GlobalStats *S) { in destroy()
H A Dstats.h59 class GlobalStats : public LocalStats {
H A Dsecondary.h417 void init(GlobalStats *S, s32 ReleaseToOsInterval = -1) {
H A Dcombined.h991 GlobalStats Stats;