Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-size/
Dllvm-size.cpp139 uint64_t sec_total = 0; in PrintDarwinSectionSizes() local
152 sec_total += Sec.size; in PrintDarwinSectionSizes()
155 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n"; in PrintDarwinSectionSizes()
165 uint64_t sec_total = 0; in PrintDarwinSectionSizes() local
178 sec_total += Sec.size; in PrintDarwinSectionSizes()
181 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n"; in PrintDarwinSectionSizes()