LLVM 19.0.0git
Public Attributes | List of all members
llvm::cl::OptionEnumValue Struct Reference

#include "llvm/Support/CommandLine.h"

Public Attributes

StringRef Name
 
int Value
 
StringRef Description
 

Detailed Description

Definition at line 678 of file CommandLine.h.

Member Data Documentation

◆ Description

StringRef llvm::cl::OptionEnumValue::Description

Definition at line 681 of file CommandLine.h.

◆ Name

StringRef llvm::cl::OptionEnumValue::Name

Definition at line 679 of file CommandLine.h.

◆ Value

int llvm::cl::OptionEnumValue::Value

Definition at line 680 of file CommandLine.h.


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