Home
last modified time | relevance | path

Searched defs:CommandLineCommonOptions (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2562 struct CommandLineCommonOptions { struct
2565 HelpPrinter UncategorizedNormalPrinter{false};
2566 HelpPrinter UncategorizedHiddenPrinter{true};
2581 cl::opt<HelpPrinter, true, parser<bool>> HLOp{
2591 cl::opt<HelpPrinter, true, parser<bool>> HLHOp{
2623 cl::opt<bool> PrintOptions{
2631 cl::opt<bool> PrintAllOptions{
2639 VersionPrinterTy OverrideVersionPrinter = nullptr;
2641 std::vector<VersionPrinterTy> ExtraVersionPrinters;
2644 VersionPrinter VersionPrinterInstance;
[all …]