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

/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp203 uint64_t total_others = 0; local
218 total_others += Sec.size;
229 total_others += Seg.vmsize;
244 total_others += Sec.size;
255 total_others += Seg.vmsize;
263 uint64_t total = total_text + total_data + total_objc + total_others;
270 << total_others << "\t" << total << "\t" << format("%" PRIx64, total)

Completed in 53 milliseconds