Searched refs:PyGlobalDebugFlag (Results 1 – 1 of 1) sorted by relevance
177 struct PyGlobalDebugFlag { struct184 py::class_<PyGlobalDebugFlag>(m, "_GlobalDebug", py::module_local()) in bind() argument185 .def_property_static("flag", &PyGlobalDebugFlag::get, in bind()186 &PyGlobalDebugFlag::set, "LLVM-wide debug flag"); in bind()3197 PyGlobalDebugFlag::bind(m); in populateIRCore()