Home
last modified time | relevance | path

Searched refs:max_name_len (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/llvm-size/
Dllvm-size.cpp111 std::size_t max_name_len = strlen("section"); in PrintObjectSectionSizes() local
129 max_name_len = std::max(max_name_len, name.size()); in PrintObjectSectionSizes()
135 max_name_len += 2; in PrintObjectSectionSizes()
140 fmt << "%-" << max_name_len << "s " in PrintObjectSectionSizes()
152 fmt << "%-" << max_name_len << "s " in PrintObjectSectionSizes()
179 fmt << "%-" << max_name_len << "s " in PrintObjectSectionSizes()