struct OptTable::Info

Declaration

struct OptTable::Info { /* full declaration omitted */ };

Description

Entry for a single option instance in the option data table.

Declared at: llvm/include/llvm/Option/OptTable.h:43

Member Variables

public const char* const* Prefixes
A null terminated array of prefix strings to apply to name while matching.
public const char* Name
public const char* HelpText
public const char* MetaVar
public unsigned int ID
public unsigned char Kind
public unsigned char Param
public unsigned int Flags
public unsigned short GroupID
public unsigned short AliasID
public const char* AliasArgs
public const char* Values