Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-size/
Dllvm-size.cpp195 uint64_t total_others = 0; in PrintDarwinSegmentSizes() local
210 total_others += Sec.size; in PrintDarwinSegmentSizes()
221 total_others += Seg.vmsize; in PrintDarwinSegmentSizes()
236 total_others += Sec.size; in PrintDarwinSegmentSizes()
247 total_others += Seg.vmsize; in PrintDarwinSegmentSizes()
251 uint64_t total = total_text + total_data + total_objc + total_others; in PrintDarwinSegmentSizes()
258 << total_others << "\t" << total << "\t" << format("%" PRIx64, total) in PrintDarwinSegmentSizes()