Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp166 if (ScopeBytesCovered >= BytesInScope) in collectLocStats()
310 ScopeBytesCovered = BytesInScope; in collectStatsForDie()
311 TotalBytesCovered = BytesInScope; in collectStatsForDie()
325 ScopeBytesCovered = BytesInScope; in collectStatsForDie()
326 TotalBytesCovered = BytesInScope; in collectStatsForDie()
352 if (BytesInScope && !DeferLocStats) { in collectStatsForDie()
378 if (BytesInScope) { in collectStatsForDie()
380 GlobalStats.ScopeBytes += BytesInScope; in collectStatsForDie()
384 GlobalStats.ParamScopeBytes += BytesInScope; in collectStatsForDie()
445 uint64_t BytesInScope, uint32_t InlineDepth, in collectStatsRecursive() argument
[all …]