|
LLVM 24.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
| opt_storage () | |
| template<class T> | |
| void | setValue (const T &V, bool initial=false) |
| DataType & | getValue () |
| DataType | getValue () const |
| const OptionValue< DataType > & | getDefault () const |
| operator DataType () const | |
| DataType | operator-> () const |
| bool | setLocation (Option &O, DataType &L) |
Public Attributes | |
| DataType | Value |
| OptionValue< DataType > | Default |
Definition at line 1440 of file CommandLine.h.
|
inline |
Definition at line 1447 of file CommandLine.h.
|
inline |
Definition at line 1457 of file CommandLine.h.
References Default.
|
inline |
Definition at line 1454 of file CommandLine.h.
References Value.
|
inline |
Definition at line 1455 of file CommandLine.h.
References Value.
|
inline |
Definition at line 1459 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue().
|
inline |
Definition at line 1462 of file CommandLine.h.
References Value.
|
inline |
Definition at line 1386 of file CommandLine.h.
|
inline |
Definition at line 1449 of file CommandLine.h.
| OptionValue<DataType> llvm::cl::opt_storage< DataType, false, false >::Default |
Definition at line 1443 of file CommandLine.h.
Referenced by getDefault(), opt_storage(), and setValue().
| DataType llvm::cl::opt_storage< DataType, false, false >::Value |
Definition at line 1442 of file CommandLine.h.
Referenced by getValue(), getValue(), operator->(), opt_storage(), and setValue().