|
CIRCT 22.0.0git
|
Make Annotation behave like a Attribute in terms of pointer-likeness.
More...
#include <FIRRTLAnnotations.h>


Public Types | |
| using | Annotation = circt::firrtl::Annotation |
Static Public Member Functions | |
| static void * | getAsVoidPointer (Annotation v) |
| static Annotation | getFromVoidPointer (void *p) |
Make Annotation behave like a Attribute in terms of pointer-likeness.
Definition at line 468 of file FIRRTLAnnotations.h.
| using llvm::PointerLikeTypeTraits< circt::firrtl::Annotation >::Annotation = circt::firrtl::Annotation |
Definition at line 470 of file FIRRTLAnnotations.h.
|
inlinestatic |
Definition at line 471 of file FIRRTLAnnotations.h.
References circt::firrtl::Annotation::getAttr().
|
inlinestatic |
Definition at line 474 of file FIRRTLAnnotations.h.