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

References

tools/llvm-dwarfdump/Statistics.cpp
  198     GlobalStats.CallSiteDIEs++;
  204     GlobalStats.CallSiteParamDIEs++;
  310     GlobalStats.ScopeBytesCovered += std::min(BytesInScope, BytesCovered);
  311     GlobalStats.ScopeBytesFromFirstDefinition += BytesInScope;
  312     GlobalStats.ScopeEntryValueBytesCovered += BytesEntryValuesCovered;
  314       GlobalStats.ParamScopeBytesCovered +=
  316       GlobalStats.ParamScopeBytesFromFirstDefinition += BytesInScope;
  317       GlobalStats.ParamScopeEntryValueBytesCovered += BytesEntryValuesCovered;
  319       GlobalStats.VarScopeBytesCovered += std::min(BytesInScope, BytesCovered);
  320       GlobalStats.VarScopeBytesFromFirstDefinition += BytesInScope;
  321       GlobalStats.VarScopeEntryValueBytesCovered += BytesEntryValuesCovered;
  323     assert(GlobalStats.ScopeBytesCovered <=
  324            GlobalStats.ScopeBytesFromFirstDefinition);