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

Declarations

include/llvm/Support/CommandLine.h
  846   size_t getOptionWidth(const Option &O) const;

References

include/llvm/Support/CommandLine.h
 1357     return Parser.getOptionWidth(*this);
 1555     return Parser.getOptionWidth(*this);
lib/Support/CommandLine.cpp
 1706   Option::printHelpStr(O.HelpStr, GlobalWidth, getOptionWidth(O));
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
   72     Option::printHelpStr(O.HelpStr, GlobalWidth, getOptionWidth(O));