Home | History | Annotate | Download | only in llvm-size

Lines Matching full:total_text

192   uint64_t total_text = 0;
204 total_text += Sec.size;
215 total_text += Seg.vmsize;
230 total_text += Sec.size;
241 total_text += Seg.vmsize;
251 uint64_t total = total_text + total_data + total_objc + total_others;
257 outs() << total_text << "\t" << total_data << "\t" << total_objc << "\t"
342 uint64_t total_text = 0;
353 total_text += size;
360 total = total_text + total_data + total_bss;
372 outs() << format(fmt.str().c_str(), total_text, total_data, total_bss);