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 203 uint64_t total_others = 0; local
218 total_others += Sec.size;
229 total_others += Seg.vmsize;
244 total_others += Sec.size;
255 total_others += Seg.vmsize;
263 uint64_t total = total_text + total_data + total_objc + total_others;
270 << total_others << "\t" << total << "\t" << format("%" PRIx64, total)

Completed in 110 milliseconds