Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp80 struct GlobalStats { struct
227 GlobalStats &GlobalStats, in collectStatsForDie() argument
252 GlobalStats.CallSiteDIEs++; in collectStatsForDie()
258 GlobalStats.CallSiteParamDIEs++; in collectStatsForDie()
380 GlobalStats.ScopeBytes += BytesInScope; in collectStatsForDie()
392 assert(GlobalStats.ScopeBytesCovered <= GlobalStats.ScopeBytes); in collectStatsForDie()
446 StringMap<PerFunctionStats> &FnStatMap, GlobalStats &GlobalStats, in collectStatsRecursive() argument
501 GlobalStats.CallSiteEntries++; in collectStatsRecursive()
678 DWARFUnit *DwUnit, GlobalStats &GlobalStats, LocationStats &LocStats, in collectZeroLocCovForVarsWithAbstractOrigin() argument
721 GlobalStats GlobalStats; in collectStatsForObjectFile() local
[all …]
/freebsd-13.1/contrib/llvm-project/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.h403 void init(GlobalStats *S, s32 ReleaseToOsInterval = -1) {
H A Dcombined.h981 GlobalStats Stats;