My Project
Public Member Functions | List of all members
mlir::Pass::Option< DataType > Struct Template Reference

This class represents a specific pass option, with a provided data type. More...

#include <Pass.h>

Inheritance diagram for mlir::Pass::Option< DataType >:
Inheritance graph
[legend]
Collaboration diagram for mlir::Pass::Option< DataType >:
Collaboration graph
[legend]

Public Member Functions

template<typename... Args>
 Option (Pass &parent, StringRef arg, Args &&... args)
 
- Public Member Functions inherited from mlir::detail::PassOptions::Option< DataType >
template<typename... Args>
 Option (PassOptions &parent, StringRef arg, Args &&... args)
 
 ~Option () override=default
 

Detailed Description

template<typename DataType>
struct mlir::Pass::Option< DataType >

This class represents a specific pass option, with a provided data type.

Constructor & Destructor Documentation

◆ Option()

template<typename DataType >
template<typename... Args>
mlir::Pass::Option< DataType >::Option ( Pass parent,
StringRef  arg,
Args &&...  args 
)
inline

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