LLVM
8.0.1
|
#include "llvm/Support/CommandLine.h"
Classes | |
class | OptionInfo |
Public Types | |
using | parser_data_type = DataType |
Protected Attributes | |
SmallVector< OptionInfo, 8 > | Values |
![]() | |
Option & | Owner |
Definition at line 755 of file CommandLine.h.
using llvm::cl::parser< DataType >::parser_data_type = DataType |
Definition at line 769 of file CommandLine.h.
|
inline |
Definition at line 767 of file CommandLine.h.
|
inline |
addLiteralOption - Add an entry to the mapping table.
Definition at line 803 of file CommandLine.h.
|
inlineoverridevirtual |
Implements llvm::cl::generic_parser_base.
Definition at line 774 of file CommandLine.h.
|
inlineoverridevirtual |
Implements llvm::cl::generic_parser_base.
Definition at line 772 of file CommandLine.h.
|
inlineoverridevirtual |
Implements llvm::cl::generic_parser_base.
Definition at line 773 of file CommandLine.h.
|
inlineoverridevirtual |
Implements llvm::cl::generic_parser_base.
Definition at line 779 of file CommandLine.h.
|
inline |
Definition at line 784 of file CommandLine.h.
Referenced by parseDouble(), and llvm::cl::basic_parser_impl::printOptionName().
|
inline |
removeLiteralOption - Remove the specified option.
Definition at line 812 of file CommandLine.h.
|
protected |
Definition at line 764 of file CommandLine.h.
Referenced by llvm::PassNameParser::printOptionInfo().