CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< circt::firrtl::Annotation > Struct Reference

Make Annotation hash just like Attribute. More...

#include <FIRRTLAnnotations.h>

Public Types

using Annotation = circt::firrtl::Annotation
 

Static Public Member Functions

static unsigned getHashValue (Annotation val)
 
static bool isEqual (Annotation lhs, Annotation rhs)
 

Detailed Description

Make Annotation hash just like Attribute.

Definition at line 481 of file FIRRTLAnnotations.h.

Member Typedef Documentation

◆ Annotation

Definition at line 482 of file FIRRTLAnnotations.h.

Member Function Documentation

◆ getHashValue()

static unsigned llvm::DenseMapInfo< circt::firrtl::Annotation >::getHashValue ( Annotation  val)
inlinestatic

◆ isEqual()

static bool llvm::DenseMapInfo< circt::firrtl::Annotation >::isEqual ( Annotation  lhs,
Annotation  rhs 
)
inlinestatic

Definition at line 486 of file FIRRTLAnnotations.h.


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