reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-dwarfdump/Statistics.cpp
  522     unsigned TotalVars = Stats.VarsInFunction.size() * Stats.NumFnInlined;
  522     unsigned TotalVars = Stats.VarsInFunction.size() * Stats.NumFnInlined;
  524     if (Stats.HasPCAddresses || !Stats.IsFunction)
  524     if (Stats.HasPCAddresses || !Stats.IsFunction)
  525       TotalVars += Stats.VarsInFunction.size();
  526     unsigned Constants = Stats.ConstantMembers;
  527     VarParamWithLoc += Stats.TotalVarWithLoc + Constants;
  529     VarParamUnique += Stats.VarsInFunction.size();
  531                     : Stats.VarsInFunction) llvm::dbgs()
  533     NumFunctions += Stats.IsFunction;
  534     NumFuncsWithSrcLoc += Stats.HasSourceLocation;
  535     NumInlinedFunctions += Stats.IsFunction * Stats.NumFnInlined;
  535     NumInlinedFunctions += Stats.IsFunction * Stats.NumFnInlined;
  536     NumAbstractOrigins += Stats.IsFunction * Stats.NumAbstractOrigins;
  536     NumAbstractOrigins += Stats.IsFunction * Stats.NumAbstractOrigins;
  537     ParamTotal += Stats.NumParams;
  538     ParamWithType += Stats.NumParamTypes;
  539     ParamWithLoc += Stats.NumParamLocations;
  540     ParamWithSrcLoc += Stats.NumParamSourceLocations;
  541     VarTotal += Stats.NumVars;
  542     VarWithType += Stats.NumVarTypes;
  543     VarWithLoc += Stats.NumVarLocations;
  544     VarWithSrcLoc += Stats.NumVarSourceLocations;