CIRCT
20.0.0git
|
Go to the source code of this file.
Namespaces | |
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. More... | |
Attribute | circt::convertJSONToAttribute (MLIRContext *context, llvm::json::Value &value, llvm::json::Path p) |
Convert arbitrary JSON to an MLIR Attribute. More... | |