Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp84 unsigned ScopeBytesCovered = 0; member
163 if (ScopeBytesCovered == 0) in collectLocStats()
166 if (ScopeBytesCovered >= BytesInScope) in collectLocStats()
239 uint64_t ScopeBytesCovered = 0; in collectStatsForDie() local
310 ScopeBytesCovered = BytesInScope; in collectStatsForDie()
325 ScopeBytesCovered = BytesInScope; in collectStatsForDie()
343 ScopeBytesCovered += ScopeBytesCoveredByEntry; in collectStatsForDie()
379 GlobalStats.ScopeBytesCovered += ScopeBytesCovered; in collectStatsForDie()
383 GlobalStats.ParamScopeBytesCovered += ScopeBytesCovered; in collectStatsForDie()
387 GlobalStats.LocalVarScopeBytesCovered += ScopeBytesCovered; in collectStatsForDie()
[all …]