CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ModuleInfoRef Struct Reference

A reference to a ModuleInfo that compares and hashes like it. More...

Collaboration diagram for ModuleInfoRef:
Collaboration graph
[legend]

Public Member Functions

 ModuleInfoRef (ModuleInfo *info)
 

Public Attributes

ModuleInfoinfo
 

Detailed Description

A reference to a ModuleInfo that compares and hashes like it.

This is used to keep the potentially heavy module infos in a vector, and then populate maps with references to them.

Definition at line 411 of file Dedup.cpp.

Constructor & Destructor Documentation

◆ ModuleInfoRef()

ModuleInfoRef::ModuleInfoRef ( ModuleInfo info)
inline

Definition at line 412 of file Dedup.cpp.

Member Data Documentation

◆ info

ModuleInfo* ModuleInfoRef::info

The documentation for this struct was generated from the following file: