LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
OptionInfo (const char *name, DataType v, const char *helpStr) | |
![]() | |
GenericOptionInfo (const char *name, const char *helpStr) | |
Public Attributes | |
OptionValue< DataType > | V |
![]() | |
const char * | Name |
const char * | HelpStr |
Definition at line 632 of file CommandLine.h.
|
inline |
Definition at line 634 of file CommandLine.h.
OptionValue<DataType> llvm::cl::parser< DataType >::OptionInfo::V |
Definition at line 636 of file CommandLine.h.