Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1916 size_t FormattingLen = 3; in getOptionWidth() local
1918 FormattingLen = 6; in getOptionWidth()
1919 Len += getValueStr(O, ValName).size() + FormattingLen; in getOptionWidth()