Searched defs:PerFunctionStats (Results 1 – 1 of 1) sorted by relevance
41 struct PerFunctionStats { struct43 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 …]