#include "circt/Support/LLVM.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::debug |
|
|
void | circt::debug::registerTranslations () |
| Register all debug information emission flavors as from-MLIR translations. More...
|
|
LogicalResult | circt::debug::dumpDebugInfo (Operation *module, llvm::raw_ostream &os) |
| Dump the debug information in the given module in a human-readable format. More...
|
|
LogicalResult | circt::debug::emitHGLDD (Operation *module, llvm::raw_ostream &os, const EmitHGLDDOptions &options={}) |
| Serialize the debug information in the given module into the HGLDD format and writes it to output . More...
|
|
LogicalResult | circt::debug::emitSplitHGLDD (Operation *module, const EmitHGLDDOptions &options={}) |
| Serialize the debug information in the given module into the HGLDD format and emit one companion HGLDD file per emitted HDL file. More...
|
|