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

  /external/llvm/tools/llvm-size/
llvm-size.cpp 192 uint64_t total_text = 0; local
204 total_text += Sec.size;
215 total_text += Seg.vmsize;
230 total_text += Sec.size;
241 total_text += Seg.vmsize;
251 uint64_t total = total_text + total_data + total_objc + total_others;
257 outs() << total_text << "\t" << total_data << "\t" << total_objc << "\t"
342 uint64_t total_text = 0; local
353 total_text += size;
360 total = total_text + total_data + total_bss
    [all...]

Completed in 84 milliseconds