MLIR  19.0.0git
Public Attributes | List of all members
mlir::lsp::MLIRConvertBytecodeParams Struct Reference

This class represents the parameters used when converting between MLIR's bytecode and textual format. More...

#include "Tools/mlir-lsp-server/Protocol.h"

Public Attributes

URIForFile uri
 The input file containing the bytecode or textual format. More...
 

Detailed Description

This class represents the parameters used when converting between MLIR's bytecode and textual format.

Definition at line 33 of file Protocol.h.

Member Data Documentation

◆ uri

URIForFile mlir::lsp::MLIRConvertBytecodeParams::uri

The input file containing the bytecode or textual format.

Definition at line 35 of file Protocol.h.

Referenced by mlir::lsp::fromJSON().


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