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

/external/llvm/lib/Option/
H A DOptTable.cpp330 unsigned OptionFieldWidth = 0; local
339 OptionFieldWidth = std::max(OptionFieldWidth, Length);
345 int Pad = OptionFieldWidth - int(Option.size());
351 Pad = OptionFieldWidth + InitialPad;

Completed in 119 milliseconds