Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp1918 size_t FormattingLen = 3; in getOptionWidth() local
1920 FormattingLen = 6; in getOptionWidth()
1921 Len += getValueStr(O, ValName).size() + FormattingLen; in getOptionWidth()