Searched refs:total_text (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp200 uint64_t total_text = 0; local
212 total_text += Sec.size;
223 total_text += Seg.vmsize;
238 total_text += Sec.size;
249 total_text += Seg.vmsize;
263 uint64_t total = total_text + total_data + total_objc + total_others;
269 outs() << total_text << "\t" << total_data << "\t" << total_objc << "\t"
354 uint64_t total_text = 0; local
365 total_text += size;
372 total = total_text
[all...]

Completed in 38 milliseconds