Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp396 FnStats.ConstantMembers++; in collectStatsForDie()
403 FnStats.NumArtificial++; in collectStatsForDie()
408 FnStats.NumParams++; in collectStatsForDie()
410 FnStats.NumParamTypes++; in collectStatsForDie()
414 FnStats.NumParamLocations++; in collectStatsForDie()
416 FnStats.NumLocalVars++; in collectStatsForDie()
418 FnStats.NumLocalVarTypes++; in collectStatsForDie()
422 FnStats.NumLocalVarLocations++; in collectStatsForDie()
529 FnStats.IsFunction = true; in collectStatsRecursive()
531 FnStats.NumFnInlined++; in collectStatsRecursive()
[all …]