Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2439 struct CommandLineCommonOptions { struct
2442 HelpPrinter UncategorizedNormalPrinter{false};
2443 HelpPrinter UncategorizedHiddenPrinter{true};
2458 cl::opt<HelpPrinter, true, parser<bool>> HLOp{
2468 cl::opt<HelpPrinter, true, parser<bool>> HLHOp{
2500 cl::opt<bool> PrintOptions{
2508 cl::opt<bool> PrintAllOptions{
2516 VersionPrinterTy OverrideVersionPrinter = nullptr;
2518 std::vector<VersionPrinterTy> ExtraVersionPrinters;
2521 VersionPrinter VersionPrinterInstance;
[all …]