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

/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-size/
H A Dllvm-size.cpp187 uint64_t total_text = 0; local
208 total_text += size;
215 total = total_text + total_data + total_bss;
222 total_text,

Completed in 75 milliseconds