Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-size/
Dllvm-size.cpp201 uint64_t total_data = 0; in PrintDarwinSegmentSizes() local
214 total_data += Sec.size; in PrintDarwinSegmentSizes()
225 total_data += Seg.vmsize; in PrintDarwinSegmentSizes()
240 total_data += Sec.size; in PrintDarwinSegmentSizes()
251 total_data += 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()
355 uint64_t total_data = 0; in PrintObjectSectionSizes() local
367 total_data += size; in PrintObjectSectionSizes()
372 total = total_text + total_data + total_bss; in PrintObjectSectionSizes()
[all …]