CIRCT  19.0.0git
Namespaces | Functions
OMUtils.h File Reference
#include "circt/Support/LLVM.h"
#include "llvm/ADT/STLExtras.h"
Include dependency graph for OMUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

ParseResult circt::om::parseBasePath (MLIRContext *context, StringRef spelling, PathAttr &path)
 Parse a target string of the form "Foo/bar:Bar/baz" in to a base path. More...
 
ParseResult circt::om::parsePath (MLIRContext *context, StringRef spelling, PathAttr &path, StringAttr &module, StringAttr &ref, StringAttr &field)
 Parse a target string in to a path. More...