CIRCT  19.0.0git
Public Member Functions | Public Attributes | Friends | List of all members
circt::om::PathElement Struct Reference

A module name, and the name of an instance inside that module. More...

#include <OMAttributes.h>

Collaboration diagram for circt::om::PathElement:
Collaboration graph
[legend]

Public Member Functions

 PathElement (mlir::StringAttr module, mlir::StringAttr instance)
 
bool operator== (const PathElement &rhs) const
 

Public Attributes

mlir::StringAttr module
 
mlir::StringAttr instance
 

Friends

llvm::hash_code hash_value (const PathElement &arg)
 

Detailed Description

A module name, and the name of an instance inside that module.

Definition at line 22 of file OMAttributes.h.

Constructor & Destructor Documentation

◆ PathElement()

circt::om::PathElement::PathElement ( mlir::StringAttr  module,
mlir::StringAttr  instance 
)
inline

Definition at line 23 of file OMAttributes.h.

Member Function Documentation

◆ operator==()

bool circt::om::PathElement::operator== ( const PathElement rhs) const
inline

Definition at line 26 of file OMAttributes.h.

References instance, and module.

Friends And Related Function Documentation

◆ hash_value

llvm::hash_code hash_value ( const PathElement arg)
friend

Definition at line 31 of file OMAttributes.h.

Member Data Documentation

◆ instance

mlir::StringAttr circt::om::PathElement::instance

Definition at line 36 of file OMAttributes.h.

Referenced by operator==(), and printBasePathString().

◆ module

mlir::StringAttr circt::om::PathElement::module

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