|
MLIR
22.0.0git
|
#include "mlir/Pass/PassOptions.h"
Inheritance diagram for llvm::cl::detail::VectorParserBase< VectorT, ElementT >:Public Types | |
| using | parser_data_type = VectorT |
Public Member Functions | |
| VectorParserBase (Option &opt) | |
| bool | parse (Option &opt, StringRef argName, StringRef arg, parser_data_type &vector) |
| void | printOptionInfo (const Option &opt, size_t globalWidth) const |
| size_t | getOptionWidth (const Option &opt) const |
Static Public Member Functions | |
| static void | print (raw_ostream &os, const VectorT &vector) |
Definition at line 410 of file PassOptions.h.
| using llvm::cl::detail::VectorParserBase< VectorT, ElementT >::parser_data_type = VectorT |
Definition at line 414 of file PassOptions.h.
|
inline |
Definition at line 412 of file PassOptions.h.
|
inline |
Definition at line 445 of file PassOptions.h.
Referenced by llvm::cl::detail::VectorParserBase< VectorT, ElementT >::printOptionInfo().
|
inline |
Definition at line 416 of file PassOptions.h.
References mlir::remark::failed(), and mlir::detail::pass_options::parseCommaSeparatedList().
|
inlinestatic |
Definition at line 428 of file PassOptions.h.
References mlir::detail::pass_options::printOptionValue().
|
inline |
Definition at line 438 of file PassOptions.h.
References llvm::cl::detail::VectorParserBase< VectorT, ElementT >::getOptionWidth().