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

This class represents the result of converting between MLIR's bytecode and textual format. More...

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

Public Attributes

std::string output
 The resultant output of the conversion. More...
 

Detailed Description

This class represents the result of converting between MLIR's bytecode and textual format.

Definition at line 48 of file Protocol.h.

Member Data Documentation

◆ output

std::string mlir::lsp::MLIRConvertBytecodeResult::output

The resultant output of the conversion.

Definition at line 50 of file Protocol.h.

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


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