Home
last modified time | relevance | path

Searched defs:PerFunctionStats (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp41 struct PerFunctionStats { struct
43 unsigned NumFnInlined = 0;
45 unsigned NumFnOutOfLine = 0;
50 unsigned TotalVarWithLoc = 0;
52 unsigned ConstantMembers = 0;
54 unsigned NumArtificial = 0;
56 StringSet<> VarsInFunction;
58 bool IsFunction = false;
62 unsigned NumParams = 0;
66 unsigned NumParamTypes = 0;
[all …]