|
LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Base = CallGraphPrinterPassBase |
Public Member Functions | |
| CallGraphPrinterPassBase () | |
| CallGraphPrinterPassBase (const CallGraphPrinterPassBase &other) | |
| CallGraphPrinterPassBase & | operator= (const CallGraphPrinterPassBase &)=delete |
| CallGraphPrinterPassBase (CallGraphPrinterPassBase &&)=delete | |
| CallGraphPrinterPassBase & | operator= (CallGraphPrinterPassBase &&)=delete |
| ~CallGraphPrinterPassBase ()=default | |
| ::llvm::StringRef | getArgument () const override |
| ::llvm::StringRef | getDescription () const override |
| ::llvm::StringRef | getName () const override |
| std::unique_ptr<::mlir::Pass > | clonePass () const override |
| A clone method to create a copy of this pass. | |
| void | getDependentDialects (::mlir::DialectRegistry ®istry) const override |
| Return the dialect that must be loaded in the context before this pass. | |
| CallGraphPrinterPassBase (CallGraphPrinterPassOptions options) | |
| Explicitly declare the TypeID for this class. | |
Static Public Member Functions | |
| static constexpr ::llvm::StringLiteral | getArgumentName () |
| Returns the command-line argument attached to this pass. | |
| static constexpr ::llvm::StringLiteral | getPassName () |
| Returns the derived pass name. | |
| static bool | classof (const ::mlir::Pass *pass) |
| Support isa/dyn_cast functionality for the derived pass class. | |
Protected Attributes | |
| ::mlir::Pass::Option<::llzk::OutputStream > | outputStream |
Friends | |
| std::unique_ptr<::mlir::Pass > | createCallGraphPrinterPass () |
| std::unique_ptr<::mlir::Pass > | createCallGraphPrinterPass (CallGraphPrinterPassOptions options) |
Definition at line 39 of file CallGraphPasses.cpp.
| using llzk::impl::CallGraphPrinterPassBase< DerivedT >::Base = CallGraphPrinterPassBase |
Definition at line 41 of file CallGraphPasses.cpp.
|
inline |
Definition at line 43 of file CallGraphPasses.cpp.
|
inline |
Definition at line 44 of file CallGraphPasses.cpp.
|
delete |
|
default |
|
inline |
Explicitly declare the TypeID for this class.
We declare an explicit private instantiation because Pass classes should only be visible by the current library.
Definition at line 96 of file CallGraphPasses.cpp.
|
inlinestatic |
Support isa/dyn_cast functionality for the derived pass class.
Definition at line 65 of file CallGraphPasses.cpp.
|
inlineoverride |
A clone method to create a copy of this pass.
Definition at line 70 of file CallGraphPasses.cpp.
|
inlineoverride |
Definition at line 54 of file CallGraphPasses.cpp.
|
inlinestatic |
Returns the command-line argument attached to this pass.
Definition at line 51 of file CallGraphPasses.cpp.
|
inlineoverride |
Return the dialect that must be loaded in the context before this pass.
Definition at line 75 of file CallGraphPasses.cpp.
|
inlineoverride |
Definition at line 56 of file CallGraphPasses.cpp.
|
inlineoverride |
Definition at line 62 of file CallGraphPasses.cpp.
|
inlinestatic |
Returns the derived pass name.
Definition at line 59 of file CallGraphPasses.cpp.
|
delete |
|
delete |
|
friend |
Definition at line 110 of file CallGraphPasses.cpp.
|
friend |
Definition at line 114 of file CallGraphPasses.cpp.
|
protected |
Definition at line 100 of file CallGraphPasses.cpp.