reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Option/OptTable.cpp
  497       OptionFieldWidth = std::max(OptionFieldWidth, Length);
  497       OptionFieldWidth = std::max(OptionFieldWidth, Length);
  503     int Pad = OptionFieldWidth - int(Option.size());
  509       Pad = OptionFieldWidth + InitialPad;