Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp668 int FirstLinePad = OptionFieldWidth - int(Option.size()); in PrintHelpOptionList() local
672 if (FirstLinePad < 0) { in PrintHelpOptionList()
674 FirstLinePad = OptionFieldWidth + InitialPad; in PrintHelpOptionList()
675 Pad = FirstLinePad; in PrintHelpOptionList()
682 OS.indent(FirstLinePad + 1) << *LinesIt << '\n'; in PrintHelpOptionList()