Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp62 uint64_t BytesInScope, in collectStatsForDie() argument
85 BytesCovered = BytesInScope; in collectStatsForDie()
108 if (OffsetToFirstDefinition > BytesInScope) in collectStatsForDie()
112 assert(BytesInScope); in collectStatsForDie()
115 BytesCovered = BytesInScope; in collectStatsForDie()
129 if (BytesInScope) { in collectStatsForDie()
133 BytesInScope -= OffsetToFirstDefinition; in collectStatsForDie()
135 GlobalStats.ScopeBytesCovered += std::min(BytesInScope, BytesCovered); in collectStatsForDie()
136 GlobalStats.ScopeBytesFromFirstDefinition += BytesInScope; in collectStatsForDie()
147 uint64_t BytesInScope, in collectStatsRecursive() argument
[all …]