Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp41 struct PerFunctionStats { struct
43 unsigned NumFnInlined = 0;
45 unsigned NumFnOutOfLine = 0;
47 unsigned NumAbstractOrigins = 0;
50 unsigned TotalVarWithLoc = 0;
52 unsigned ConstantMembers = 0;
54 unsigned NumArtificial = 0;
56 StringSet<> VarsInFunction;
58 bool IsFunction = false;
60 bool HasSourceLocation = false;
[all …]