CIRCT 20.0.0git
Loading...
Searching...
No Matches
Functions
DumpDebugInfo.cpp File Reference
#include "circt/Analysis/DebugInfo.h"
#include "circt/Target/DebugInfo.h"
#include "mlir/Support/IndentedOstream.h"
Include dependency graph for DumpDebugInfo.cpp:

Go to the source code of this file.

Functions

static void dump (DIModule &module, raw_indented_ostream &os)
 
static void dump (DIVariable &variable, raw_indented_ostream &os)
 
static void dump (DIInstance &instance, raw_indented_ostream &os)
 
static void dump (DebugInfo &di, raw_indented_ostream &os)
 

Function Documentation

◆ dump() [1/4]

static void dump ( DebugInfo di,
raw_indented_ostream &  os 
)
static

◆ dump() [2/4]

static void dump ( DIInstance instance,
raw_indented_ostream &  os 
)
static

Definition at line 38 of file DumpDebugInfo.cpp.

References dump(), circt::DIInstance::name, and circt::DIInstance::op.

◆ dump() [3/4]

static void dump ( DIModule module,
raw_indented_ostream &  os 
)
static

Definition at line 50 of file DumpDebugInfo.cpp.

References circt::DIModule::op.

Referenced by dump(), dump(), and circt::debug::dumpDebugInfo().

◆ dump() [4/4]

static void dump ( DIVariable variable,
raw_indented_ostream &  os 
)
static