clang 20.0.0git
Macros | Variables
DriverOptions.cpp File Reference
#include "clang/Driver/Options.h"
#include "llvm/Option/OptTable.h"
#include <cassert>
#include "clang/Driver/Options.inc"

Go to the source code of this file.

Macros

#define OPTTABLE_STR_TABLE_CODE
 
#define OPTTABLE_VALUES_CODE
 
#define OPTTABLE_PREFIXES_TABLE_CODE
 
#define OPTTABLE_PREFIXES_UNION_CODE
 
#define OPTION(...)   LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__),
 

Variables

static constexpr OptTable::Info InfoTable []
 

Macro Definition Documentation

◆ OPTION

#define OPTION (   ...)    LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__),

◆ OPTTABLE_PREFIXES_TABLE_CODE

#define OPTTABLE_PREFIXES_TABLE_CODE

Definition at line 25 of file DriverOptions.cpp.

◆ OPTTABLE_PREFIXES_UNION_CODE

#define OPTTABLE_PREFIXES_UNION_CODE

Definition at line 29 of file DriverOptions.cpp.

◆ OPTTABLE_STR_TABLE_CODE

#define OPTTABLE_STR_TABLE_CODE

Definition at line 17 of file DriverOptions.cpp.

◆ OPTTABLE_VALUES_CODE

#define OPTTABLE_VALUES_CODE

Definition at line 21 of file DriverOptions.cpp.

Variable Documentation

◆ InfoTable

constexpr OptTable::Info InfoTable[]
staticconstexpr