Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp576 std::vector<OptionInfo> &OptionHelp) { in PrintHelpOptionList() argument
581 for (unsigned i = 0, e = OptionHelp.size(); i != e; ++i) { in PrintHelpOptionList()
583 unsigned Length = OptionHelp[i].Name.size(); in PrintHelpOptionList()
589 for (unsigned i = 0, e = OptionHelp.size(); i != e; ++i) { in PrintHelpOptionList()
590 const std::string &Option = OptionHelp[i].Name; in PrintHelpOptionList()
599 OS.indent(Pad + 1) << OptionHelp[i].HelpText << '\n'; in PrintHelpOptionList()