#include "circt/Support/LLVM.h"
#include "llvm/ADT/STLExtras.h"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::om |
|
|
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...
|
|