Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp1517 size_t FormattingLen = 3; in getOptionWidth() local
1519 FormattingLen = 6; in getOptionWidth()
1520 Len += getValueStr(O, ValName).size() + FormattingLen; in getOptionWidth()