LLVM 22.0.0git
llvm::opt::OptTable::SubCommand Struct Reference

Represents a subcommand and its options in the option table. More...

#include "llvm/Option/OptTable.h"

Public Attributes

const charName
const charHelpText
const charUsage

Detailed Description

Represents a subcommand and its options in the option table.

Definition at line 57 of file OptTable.h.

Member Data Documentation

◆ HelpText

const char* llvm::opt::OptTable::SubCommand::HelpText

Definition at line 59 of file OptTable.h.

◆ Name

const char* llvm::opt::OptTable::SubCommand::Name

Definition at line 58 of file OptTable.h.

◆ Usage

const char* llvm::opt::OptTable::SubCommand::Usage

Definition at line 60 of file OptTable.h.


The documentation for this struct was generated from the following file: