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

/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp140 uint64_t sec_total = 0; local
153 sec_total += Sec.size;
156 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n";
166 uint64_t sec_total = 0; local
179 sec_total += Sec.size;
182 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n";

Completed in 498 milliseconds