HomeSort by relevance Sort by last modified time
    Searched full:total_others (Results 1 - 1 of 1) sorted by null

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

Completed in 56 milliseconds