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

References

tools/llvm-size/llvm-size.cpp
  299             total_text += Sec.size;
  310           total_text += Seg.vmsize;
  325             total_text += Sec.size;
  336           total_text += Seg.vmsize;
  346   uint64_t total = total_text + total_data + total_objc + total_others;
  352   outs() << total_text << "\t" << total_data << "\t" << total_objc << "\t"