Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp554 uint64_t BytesInThisScope = 0; in collectStatsRecursive() local
556 BytesInThisScope += Range.HighPC - Range.LowPC; in collectStatsRecursive()
589 if (BytesInThisScope) { in collectStatsRecursive()
590 BytesInScope = BytesInThisScope; in collectStatsRecursive()
592 GlobalStats.FunctionSize += BytesInThisScope; in collectStatsRecursive()
594 GlobalStats.InlineFunctionSize += BytesInThisScope; in collectStatsRecursive()