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

References

tools/llvm-size/llvm-size.cpp
  466         total_data += size;
  474     total = total_text + total_data + total_bss;
  478       TotalObjectData += total_data;
  499     outs() << format(fmt.str().c_str(), total_text, total_data, total_bss);