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

References

tools/llvm-size/llvm-size.cpp
  303             total_objc += Sec.size;
  314           total_objc += Seg.vmsize;
  329             total_objc += Sec.size;
  340           total_objc += 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"