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

References

tools/llvm-dwarfdump/Statistics.cpp
  388       BytesInThisScope += Range.HighPC - Range.LowPC;
  408       if (BytesInThisScope && !IsInlinedFunction)
  416     if (BytesInThisScope) {
  417       BytesInScope = BytesInThisScope;
  419         GlobalStats.FunctionSize += BytesInThisScope;
  421         GlobalStats.InlineFunctionSize += BytesInThisScope;