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

References

tools/llvm-size/llvm-size.cpp
  301             total_data += Sec.size;
  312           total_data += Seg.vmsize;
  327             total_data += Sec.size;
  338           total_data += 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"