CIRCT  19.0.0git
Namespaces | Functions
Debug.h File Reference
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/Twine.h"
Include dependency graph for Debug.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.
 

Functions

llvm::raw_ostream & circt::debugHeader (llvm::StringRef str, int width=80)
 Write a "header"-like string to the debug stream with a certain width. More...
 
llvm::raw_ostream & circt::debugPassHeader (const mlir::Pass *pass, int width=80)
 Write a boilerplate header for a pass to the debug stream. More...
 
llvm::raw_ostream & circt::debugFooter (int width=80)
 Write a boilerplate footer to the debug stream to indicate that a pass has ended. More...