LLVM 24.0.0git
llvm::opt::OptTable::InfoExtra Struct Reference

Fields few options set. More...

#include "llvm/Option/OptTable.h"

Public Attributes

StringTable::Offset MetaVarOffset
StringTable::Offset AliasArgsOffset
StringTable::Offset ValuesOffset
 The possible values as a comma separated list, empty for an option whose values only getOptionValuesCode() knows.
unsigned short HelpTextVariantsOffset
unsigned short SubCommandIDsOffset

Detailed Description

Fields few options set.

Row 0 is all zero and serves the options that set none.

Definition at line 78 of file OptTable.h.

Member Data Documentation

◆ AliasArgsOffset

StringTable::Offset llvm::opt::OptTable::InfoExtra::AliasArgsOffset

Definition at line 80 of file OptTable.h.

◆ HelpTextVariantsOffset

unsigned short llvm::opt::OptTable::InfoExtra::HelpTextVariantsOffset

Definition at line 85 of file OptTable.h.

◆ MetaVarOffset

StringTable::Offset llvm::opt::OptTable::InfoExtra::MetaVarOffset

Definition at line 79 of file OptTable.h.

◆ SubCommandIDsOffset

unsigned short llvm::opt::OptTable::InfoExtra::SubCommandIDsOffset

Definition at line 87 of file OptTable.h.

◆ ValuesOffset

StringTable::Offset llvm::opt::OptTable::InfoExtra::ValuesOffset

The possible values as a comma separated list, empty for an option whose values only getOptionValuesCode() knows.

Definition at line 83 of file OptTable.h.


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