MLIR  19.0.0git
mlir::python::PySymbolTable Member List

This is the complete list of members for mlir::python::PySymbolTable, including all inherited members.

dunderDel(const std::string &name)mlir::python::PySymbolTable
dunderGetItem(const std::string &name)mlir::python::PySymbolTable
erase(PyOperationBase &symbol)mlir::python::PySymbolTable
getSymbolName(PyOperationBase &symbol)mlir::python::PySymbolTablestatic
getVisibility(PyOperationBase &symbol)mlir::python::PySymbolTablestatic
insert(PyOperationBase &symbol)mlir::python::PySymbolTable
operator MlirSymbolTable()mlir::python::PySymbolTableinline
PySymbolTable(PyOperationBase &operation)mlir::python::PySymbolTableexplicit
replaceAllSymbolUses(const std::string &oldSymbol, const std::string &newSymbol, PyOperationBase &from)mlir::python::PySymbolTablestatic
setSymbolName(PyOperationBase &symbol, const std::string &name)mlir::python::PySymbolTablestatic
setVisibility(PyOperationBase &symbol, const std::string &visibility)mlir::python::PySymbolTablestatic
walkSymbolTables(PyOperationBase &from, bool allSymUsesVisible, pybind11::object callback)mlir::python::PySymbolTablestatic
~PySymbolTable()mlir::python::PySymbolTableinline