Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp190 uint64_t BytesInThisScope = 0; in collectStatsRecursive() local
192 BytesInThisScope += Range.HighPC - Range.LowPC; in collectStatsRecursive()
195 if (BytesInThisScope) { in collectStatsRecursive()
196 BytesInScope = BytesInThisScope; in collectStatsRecursive()
198 GlobalStats.FunctionSize += BytesInThisScope; in collectStatsRecursive()
200 GlobalStats.InlineFunctionSize += BytesInThisScope; in collectStatsRecursive()