Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp437 size_t max_name_len = 0; in DumpAllDescriptions() local
442 max_name_len = std::max<size_t>(property->GetName().size(), max_name_len); in DumpAllDescriptions()
447 property->DumpDescription(interpreter, strm, max_name_len, false); in DumpAllDescriptions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp374 std::size_t max_name_len = strlen("section"); in printObjectSectionSizes() local
390 max_name_len = std::max(max_name_len, name_or_err->size()); in printObjectSectionSizes()
396 max_name_len += 2; in printObjectSectionSizes()
401 fmt << "%-" << max_name_len << "s " in printObjectSectionSizes()
412 fmt << "%-" << max_name_len << "s " in printObjectSectionSizes()
445 fmt << "%-" << max_name_len << "s " in printObjectSectionSizes()