Home
last modified time | relevance | path

Searched refs:attachDiagnosticHandler (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h222 pybind11::object attachDiagnosticHandler(pybind11::object callback);
H A DIRCore.cpp526 py::object PyMlirContext::attachDiagnosticHandler(py::object callback) { in attachDiagnosticHandler() function in PyMlirContext
2287 .def("attach_diagnostic_handler", &PyMlirContext::attachDiagnosticHandler, in populateIRCore()