Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Option/
H A DOptTable.cpp517 if (const char *GroupHelp = Opts.getOptionHelpText(GroupID)) in getOptionHelpGroup()
553 const char *HelpText = getOptionHelpText(Id); in PrintHelp()
557 HelpText = getOptionHelpText(Alias.getID()); in PrintHelp()
/freebsd-12.1/contrib/llvm/include/llvm/Option/
H A DOptTable.h114 const char *getOptionHelpText(OptSpecifier id) const { in getOptionHelpText() function