Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp903 SaturatingUINT64 NumInlinedFunctions = 0; in collectStatsForObjectFile() local
931 NumInlinedFunctions += Stats.IsFunction * Stats.NumFnInlined; in collectStatsForObjectFile()
956 printDatum(J, "#inlined functions", NumInlinedFunctions.Value); in collectStatsForObjectFile()