LLVM
8.0.1
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
parser (Option &O) | |
bool | parse (Option &O, StringRef ArgName, StringRef Arg, unsigned &Val) |
StringRef | getValueName () const override |
void | printOptionDiff (const Option &O, unsigned V, OptVal Default, size_t GlobalWidth) const |
void | anchor () override |
Public Member Functions inherited from llvm::cl::basic_parser< unsigned > | |
basic_parser (Option &O) | |
Public Member Functions inherited from llvm::cl::basic_parser_impl | |
basic_parser_impl (Option &) | |
enum ValueExpected | getValueExpectedFlagDefault () const |
void | getExtraOptionNames (SmallVectorImpl< StringRef > &) |
void | initialize () |
size_t | getOptionWidth (const Option &O) const |
void | printOptionInfo (const Option &O, size_t GlobalWidth) const |
void | printOptionNoValue (const Option &O, size_t GlobalWidth) const |
Additional Inherited Members | |
Public Types inherited from llvm::cl::basic_parser< unsigned > | |
using | parser_data_type = unsigned |
using | OptVal = OptionValue< unsigned > |
Protected Member Functions inherited from llvm::cl::basic_parser< unsigned > | |
~basic_parser ()=default | |
Protected Member Functions inherited from llvm::cl::basic_parser_impl | |
~basic_parser_impl ()=default | |
void | printOptionName (const Option &O, size_t GlobalWidth) const |
Definition at line 952 of file CommandLine.h.
|
inline |
Definition at line 954 of file CommandLine.h.
References Arg, llvm::RISCVFenceField::O, and llvm::json::parse().
|
overridevirtual |
Reimplemented from llvm::cl::basic_parser_impl.
|
inlineoverridevirtual |
Reimplemented from llvm::cl::basic_parser_impl.
Definition at line 960 of file CommandLine.h.
References llvm::cl::printOptionDiff().
bool llvm::cl::parser< unsigned >::parse | ( | Option & | O, |
StringRef | ArgName, | ||
StringRef | Arg, | ||
unsigned & | Val | ||
) |
void llvm::cl::parser< unsigned >::printOptionDiff | ( | const Option & | O, |
unsigned | V, | ||
OptVal | Default, | ||
size_t | GlobalWidth | ||
) | const |