MLIR  21.0.0git
Public Member Functions | List of all members
mlir::bufferization::BufferizationState Class Reference

BufferizationState provides information about the state of the IR during the bufferization process. More...

#include "mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h"

Public Member Functions

SymbolTableCollectiongetSymbolTables ()
 Get a reference to the collection of cached symbol tables. More...
 

Detailed Description

BufferizationState provides information about the state of the IR during the bufferization process.

Definition at line 583 of file BufferizableOpInterface.h.

Member Function Documentation

◆ getSymbolTables()

SymbolTableCollection & BufferizationState::getSymbolTables ( )

Get a reference to the collection of cached symbol tables.

Definition at line 128 of file BufferizableOpInterface.cpp.


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