My Project
Public Member Functions | List of all members
mlir::SymbolTable::SymbolUse Class Reference

This class represents a specific symbol use. More...

#include <SymbolTable.h>

Public Member Functions

 SymbolUse (Operation *op, SymbolRefAttr symbolRef)
 
OperationgetUser () const
 Return the operation user of this symbol reference. More...
 
SymbolRefAttr getSymbolRef () const
 Return the symbol reference that this use represents. More...
 

Detailed Description

This class represents a specific symbol use.

Constructor & Destructor Documentation

◆ SymbolUse()

mlir::SymbolTable::SymbolUse::SymbolUse ( Operation op,
SymbolRefAttr  symbolRef 
)
inline

Member Function Documentation

◆ getSymbolRef()

SymbolRefAttr mlir::SymbolTable::SymbolUse::getSymbolRef ( ) const
inline

Return the symbol reference that this use represents.

◆ getUser()

Operation* mlir::SymbolTable::SymbolUse::getUser ( ) const
inline

Return the operation user of this symbol reference.


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