Lines Matching refs:total
11 // that is, it prints out the size of each section, and the total size of all
129 uint64_t total = 0;
139 total += Seg.vmsize;
165 total += Seg.vmsize;
189 outs() << "total " << format(fmt.str().c_str(), total) << "\n";
263 uint64_t total = total_text + total_data + total_objc + total_others;
270 << total_others << "\t" << total << "\t" << format("%" PRIx64, total)
278 uint64_t total = 0;
301 total += size;
345 // Print total.
349 outs() << format(fmt.str().c_str(), static_cast<const char *>("Total"),
350 total);
372 total = total_text + total_data + total_bss;
388 outs() << format(fmt.str().c_str(), total, total);