MLIR  22.0.0git
Classes | Namespaces | Functions
Protocol.h File Reference
#include "llvm/Support/LSP/Protocol.h"

Go to the source code of this file.

Classes

struct  llvm::lsp::MLIRConvertBytecodeParams
 This class represents the parameters used when converting between MLIR's bytecode and textual format. More...
 
struct  llvm::lsp::MLIRConvertBytecodeResult
 This class represents the result of converting between MLIR's bytecode and textual format. More...
 

Namespaces

 llvm
 The OpAsmOpInterface, see OpAsmInterface.td for more details.
 
 llvm::lsp
 

Functions

bool llvm::lsp::fromJSON (const llvm::json::Value &value, MLIRConvertBytecodeParams &result, llvm::json::Path path)
 Add support for JSON serialization. More...
 
llvm::json::Value llvm::lsp::toJSON (const MLIRConvertBytecodeResult &value)
 Add support for JSON serialization. More...