Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp566 uint64_t BytesInThisScope = 0; in collectStatsRecursive() local
568 BytesInThisScope += Range.HighPC - Range.LowPC; in collectStatsRecursive()
601 if (BytesInThisScope) { in collectStatsRecursive()
602 BytesInScope = BytesInThisScope; in collectStatsRecursive()
604 GlobalStats.FunctionSize += BytesInThisScope; in collectStatsRecursive()
606 GlobalStats.InlineFunctionSize += BytesInThisScope; in collectStatsRecursive()