CIRCT 21.0.0git
|
===-------------------------------------------------------------------—===// LowerAnnotations ===-------------------------------------------------------------------—===// More...
#include <FIRRTLAnnotationHelper.h>
Public Attributes | |
llvm::function_ref< std::optional< AnnoPathValue >(DictionaryAttr, ApplyState &)> | resolver |
llvm::function_ref< LogicalResult(const AnnoPathValue &, DictionaryAttr, ApplyState &)> | applier |
===-------------------------------------------------------------------—===// LowerAnnotations ===-------------------------------------------------------------------—===//
Annotation resolver and handler.
Definition at line 449 of file FIRRTLAnnotationHelper.h.
llvm::function_ref<LogicalResult(const AnnoPathValue &, DictionaryAttr, ApplyState &)> circt::firrtl::AnnoRecord::applier |
Definition at line 454 of file FIRRTLAnnotationHelper.h.
llvm::function_ref<std::optional<AnnoPathValue>(DictionaryAttr, ApplyState &)> circt::firrtl::AnnoRecord::resolver |
Definition at line 451 of file FIRRTLAnnotationHelper.h.