Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h340 bool ShowHidden = false, bool ShowAllAliases = false,
345 bool ShowAllAliases) const;
349 bool ShowHidden, bool ShowAllAliases,
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp707 bool ShowHidden, bool ShowAllAliases, in printHelp() argument
710 OS, Usage, Title, ShowHidden, ShowAllAliases, in printHelp()
719 bool ShowAllAliases) const { in printHelp()
723 OS, Usage, Title, ShowHidden, ShowAllAliases, in printHelp()
736 bool ShowAllAliases, std::function<bool(const Info &)> ExcludeOption, in internalPrintHelp() argument
760 if (!HelpText && ShowAllAliases) { in internalPrintHelp()