Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp76 unsigned ScopeBytesCovered = 0; member
148 static void collectLocStats(uint64_t ScopeBytesCovered, uint64_t BytesInScope, in collectLocStats() argument
153 auto getCoverageBucket = [ScopeBytesCovered, BytesInScope]() -> unsigned { in collectLocStats()
155 if (ScopeBytesCovered == 0) in collectLocStats()
158 if (ScopeBytesCovered >= BytesInScope) in collectLocStats()
161 unsigned LocBucket = 100 * (double)ScopeBytesCovered / BytesInScope; in collectLocStats()
223 uint64_t ScopeBytesCovered = 0; in collectStatsForDie() local
276 ScopeBytesCovered = BytesInScope; in collectStatsForDie()
291 ScopeBytesCovered = BytesInScope; in collectStatsForDie()
309 ScopeBytesCovered += ScopeBytesCoveredByEntry; in collectStatsForDie()
[all …]