CIRCT  19.0.0git
Public Member Functions | List of all members
circt::LoweringOptionsParser Struct Reference

Commandline parser for LoweringOptions. More...

#include <LoweringOptionsParser.h>

Inheritance diagram for circt::LoweringOptionsParser:
Inheritance graph
[legend]
Collaboration diagram for circt::LoweringOptionsParser:
Collaboration graph
[legend]

Public Member Functions

 LoweringOptionsParser (llvm::cl::Option &option)
 
bool parse (llvm::cl::Option &option, StringRef argName, StringRef argValue, LoweringOptions &value)
 

Detailed Description

Commandline parser for LoweringOptions.

Delegates to the parser defined by LoweringOptions.

Definition at line 24 of file LoweringOptionsParser.h.

Constructor & Destructor Documentation

◆ LoweringOptionsParser()

circt::LoweringOptionsParser::LoweringOptionsParser ( llvm::cl::Option &  option)
inline

Definition at line 26 of file LoweringOptionsParser.h.

Member Function Documentation

◆ parse()

bool circt::LoweringOptionsParser::parse ( llvm::cl::Option &  option,
StringRef  argName,
StringRef  argValue,
LoweringOptions value 
)
inline

Definition at line 29 of file LoweringOptionsParser.h.

References circt::LoweringOptions::parse().


The documentation for this struct was generated from the following file: