Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp278 uint64_t BytesEntryValuesCovered = 0; in collectStatsForDie() local
383 BytesEntryValuesCovered += ScopeBytesCoveredByEntry; in collectStatsForDie()
401 collectLocStats(ScopeBytesCovered - BytesEntryValuesCovered, BytesInScope, in collectStatsForDie()
419 GlobalStats.ScopeEntryValueBytesCovered += BytesEntryValuesCovered; in collectStatsForDie()
423 GlobalStats.ParamScopeEntryValueBytesCovered += BytesEntryValuesCovered; in collectStatsForDie()
428 BytesEntryValuesCovered; in collectStatsForDie()