Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp80 struct GlobalStats { struct
82 unsigned TotalBytesCovered = 0;
84 unsigned ScopeBytesCovered = 0;
86 unsigned ScopeBytes = 0;
89 unsigned ScopeEntryValueBytesCovered = 0;
92 unsigned ParamScopeBytesCovered = 0;
94 unsigned ParamScopeBytes = 0;
97 unsigned ParamScopeEntryValueBytesCovered = 0;
100 unsigned LocalVarScopeBytesCovered = 0;
102 unsigned LocalVarScopeBytes = 0;
[all …]