CIRCT 20.0.0git
Loading...
Searching...
No Matches
Namespaces | Functions
JSON.h File Reference
#include "circt/Support/LLVM.h"
#include "llvm/Support/JSON.h"
Include dependency graph for JSON.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 

Functions

LogicalResult circt::convertAttributeToJSON (llvm::json::OStream &json, Attribute attr)
 Convert a simple attribute to JSON.
 
Attribute circt::convertJSONToAttribute (MLIRContext *context, llvm::json::Value &value, llvm::json::Path p)
 Convert arbitrary JSON to an MLIR Attribute.