Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp204 if (ScopeBytesCovered >= BytesInScope) in collectLocStats()
348 ScopeBytesCovered = BytesInScope; in collectStatsForDie()
349 TotalBytesCovered = BytesInScope; in collectStatsForDie()
363 ScopeBytesCovered = BytesInScope; in collectStatsForDie()
364 TotalBytesCovered = BytesInScope; in collectStatsForDie()
390 if (BytesInScope && !DeferLocStats) { in collectStatsForDie()
416 if (BytesInScope) { in collectStatsForDie()
418 GlobalStats.ScopeBytes += BytesInScope; in collectStatsForDie()
422 GlobalStats.ParamScopeBytes += BytesInScope; in collectStatsForDie()
486 uint64_t BytesInScope, uint32_t InlineDepth, in collectStatsRecursive() argument
[all …]