Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp240 uint64_t BytesEntryValuesCovered = 0; in collectStatsForDie() local
345 BytesEntryValuesCovered += ScopeBytesCoveredByEntry; in collectStatsForDie()
363 collectLocStats(ScopeBytesCovered - BytesEntryValuesCovered, BytesInScope, in collectStatsForDie()
381 GlobalStats.ScopeEntryValueBytesCovered += BytesEntryValuesCovered; in collectStatsForDie()
385 GlobalStats.ParamScopeEntryValueBytesCovered += BytesEntryValuesCovered; in collectStatsForDie()
390 BytesEntryValuesCovered; in collectStatsForDie()