Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp79 struct PerFunctionStats { struct
81 uint64_t NumFnInlined = 0;
83 uint64_t NumFnOutOfLine = 0;
85 uint64_t NumAbstractOrigins = 0;
88 uint64_t TotalVarWithLoc = 0;
90 uint64_t ConstantMembers = 0;
92 uint64_t NumArtificial = 0;
94 StringSet<> VarsInFunction;
96 bool IsFunction = false;
98 bool HasSourceLocation = false;
[all …]