CIRCT
18.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 511 of file FIRRTLAnnotations.h.
using llvm::PointerLikeTypeTraits< circt::firrtl::Annotation >::Annotation = circt::firrtl::Annotation |
Definition at line 513 of file FIRRTLAnnotations.h.
|
inlinestatic |
Definition at line 514 of file FIRRTLAnnotations.h.
References circt::firrtl::Annotation::getAttr().
|
inlinestatic |
Definition at line 517 of file FIRRTLAnnotations.h.