CIRCT 20.0.0git
Loading...
Searching...
No Matches
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

namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
namespace  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.
 
ParseResult circt::om::parsePath (MLIRContext *context, StringRef spelling, PathAttr &path, StringAttr &module, StringAttr &ref, StringAttr &field)
 Parse a target string in to a path.