Home
last modified time | relevance | path

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

/external/llvm/lib/Option/
DOptTable.cpp339 unsigned OptionFieldWidth = 0; in PrintHelpOptionList() local
348 OptionFieldWidth = std::max(OptionFieldWidth, Length); in PrintHelpOptionList()
354 int Pad = OptionFieldWidth - int(Option.size()); in PrintHelpOptionList()
360 Pad = OptionFieldWidth + InitialPad; in PrintHelpOptionList()