Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp2495 struct CommandLineCommonOptions { struct
2498 HelpPrinter UncategorizedNormalPrinter{false};
2499 HelpPrinter UncategorizedHiddenPrinter{true};
2514 cl::opt<HelpPrinter, true, parser<bool>> HLOp{
2524 cl::opt<HelpPrinter, true, parser<bool>> HLHOp{
2556 cl::opt<bool> PrintOptions{
2564 cl::opt<bool> PrintAllOptions{
2572 VersionPrinterTy OverrideVersionPrinter = nullptr;
2574 std::vector<VersionPrinterTy> ExtraVersionPrinters;
2577 VersionPrinter VersionPrinterInstance;
[all …]