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

References

tools/llvm-size/llvm-size.cpp
  305             total_others += Sec.size;
  316           total_others += Seg.vmsize;
  331             total_others += Sec.size;
  342           total_others += Seg.vmsize;
  346   uint64_t total = total_text + total_data + total_objc + total_others;
  353          << total_others << "\t" << total << "\t" << format("%" PRIx64, total)