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.cpp567 uint64_t BytesInThisScope = 0; in collectStatsRecursive() local
569 BytesInThisScope += Range.HighPC - Range.LowPC; in collectStatsRecursive()
602 if (BytesInThisScope) { in collectStatsRecursive()
603 BytesInScope = BytesInThisScope; in collectStatsRecursive()
605 GlobalStats.FunctionSize += BytesInThisScope; in collectStatsRecursive()
607 GlobalStats.InlineFunctionSize += BytesInThisScope; in collectStatsRecursive()