Home
last modified time | relevance | path

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

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