Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp177 struct PyGlobalDebugFlag { struct
184 py::class_<PyGlobalDebugFlag>(m, "_GlobalDebug", py::module_local()) in bind() argument
185 .def_property_static("flag", &PyGlobalDebugFlag::get, in bind()
186 &PyGlobalDebugFlag::set, "LLVM-wide debug flag"); in bind()
3197 PyGlobalDebugFlag::bind(m); in populateIRCore()