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

/freebsd-11.0-release/contrib/llvm/lib/Option/
H A DOptTable.cpp339 unsigned OptionFieldWidth = 0; local
348 OptionFieldWidth = std::max(OptionFieldWidth, Length);
354 int Pad = OptionFieldWidth - int(Option.size());
360 Pad = OptionFieldWidth + InitialPad;

Completed in 47 milliseconds