CIRCT 22.0.0git
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
CreateVTables.cpp File Reference
#include "circt/Dialect/Moore/MooreOps.h"
#include "circt/Dialect/Moore/MoorePasses.h"
#include "circt/Dialect/Moore/MoorePasses.h.inc"
Include dependency graph for CreateVTables.cpp:

Go to the source code of this file.

Namespaces

namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
namespace  circt::moore
 

Macros

#define GEN_PASS_DEF_CREATEVTABLES
 

Functions

static bool noneHaveImpl (const MethodMap &methods)
 
static bool allHaveImpl (const MethodMap &methods)
 
static SymbolRefAttr getVTableName (ClassDeclOp &clsDecl)
 

Macro Definition Documentation

◆ GEN_PASS_DEF_CREATEVTABLES

#define GEN_PASS_DEF_CREATEVTABLES

Definition at line 18 of file CreateVTables.cpp.

Function Documentation

◆ allHaveImpl()

static bool allHaveImpl ( const MethodMap &  methods)
static

Definition at line 107 of file CreateVTables.cpp.

◆ getVTableName()

static SymbolRefAttr getVTableName ( ClassDeclOp &  clsDecl)
inlinestatic

Definition at line 112 of file CreateVTables.cpp.

◆ noneHaveImpl()

static bool noneHaveImpl ( const MethodMap &  methods)
static

Definition at line 102 of file CreateVTables.cpp.