|
CIRCT 22.0.0git
|
#include "circt/Dialect/FIRRTL/FIRRTLUtils.h"#include "circt/Dialect/HW/HWOps.h"#include "circt/Dialect/HW/InnerSymbolNamespace.h"#include "circt/Dialect/Seq/SeqTypes.h"#include "circt/Support/Naming.h"#include "mlir/IR/ImplicitLocOpBuilder.h"#include "llvm/ADT/TypeSwitch.h"#include "llvm/Support/Path.h"
Go to the source code of this file.
Functions | |
| static void | getDeclName (Value value, SmallString< 64 > &string, bool nameSafe) |
| Get the string name of a value which is a direct child of a declaration op. | |
|
static |
Get the string name of a value which is a direct child of a declaration op.
Definition at line 552 of file FIRRTLUtils.cpp.
Referenced by circt::firrtl::getFieldName().