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