LLVM 18.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 672 of file CommandLine.h.

Member Data Documentation

◆ Description

StringRef llvm::cl::OptionEnumValue::Description

Definition at line 675 of file CommandLine.h.

◆ Name

StringRef llvm::cl::OptionEnumValue::Name

Definition at line 673 of file CommandLine.h.

◆ Value

int llvm::cl::OptionEnumValue::Value

Definition at line 674 of file CommandLine.h.


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