Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp289 uint64_t BytesEntryValuesCovered = 0; in collectStatsForDie() local
394 BytesEntryValuesCovered += ScopeBytesCoveredByEntry; in collectStatsForDie()
412 collectLocStats(ScopeBytesCovered - BytesEntryValuesCovered, BytesInScope, in collectStatsForDie()
430 GlobalStats.ScopeEntryValueBytesCovered += BytesEntryValuesCovered; in collectStatsForDie()
434 GlobalStats.ParamScopeEntryValueBytesCovered += BytesEntryValuesCovered; in collectStatsForDie()
439 BytesEntryValuesCovered; in collectStatsForDie()