|
LLVM
8.0.1
|
#include "llvm/Support/CommandLine.h"


Public Member Functions | |
| parser (Option &O) | |
| bool | parse (Option &, StringRef, StringRef Arg, char &Value) |
| StringRef | getValueName () const override |
| void | printOptionDiff (const Option &O, char V, OptVal Default, size_t GlobalWidth) const |
| void | anchor () override |
Public Member Functions inherited from llvm::cl::basic_parser< char > | |
| 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< char > | |
| using | parser_data_type = char |
| using | OptVal = OptionValue< char > |
Protected Member Functions inherited from llvm::cl::basic_parser< char > | |
| ~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 1068 of file CommandLine.h.
|
inline |
Definition at line 1070 of file CommandLine.h.
|
overridevirtual |
Reimplemented from llvm::cl::basic_parser_impl.
|
inlineoverridevirtual |
Reimplemented from llvm::cl::basic_parser_impl.
Definition at line 1079 of file CommandLine.h.
References llvm::RISCVFenceField::O, and llvm::cl::printOptionDiff().
Definition at line 1073 of file CommandLine.h.
| void llvm::cl::parser< char >::printOptionDiff | ( | const Option & | O, |
| char | V, | ||
| OptVal | Default, | ||
| size_t | GlobalWidth | ||
| ) | const |
1.8.13