Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DPass.cpp35 pybind11::object getCapsule() { in getCapsule() function in __anon13d87cc50111::PyPassManager
67 &PyPassManager::getCapsule) in populatePassManagerSubmodule()
DIRModules.h180 pybind11::object getCapsule();
319 pybind11::object getCapsule();
370 pybind11::object getCapsule();
591 pybind11::object getCapsule();
637 pybind11::object getCapsule();
DIRModules.cpp423 py::object PyMlirContext::getCapsule() { in getCapsule() function in PyMlirContext
645 py::object PyLocation::getCapsule() { in getCapsule() function in PyLocation
727 py::object PyModule::getCapsule() { in getCapsule() function in PyModule
1119 py::object PyAttribute::getCapsule() { in getCapsule() function in PyAttribute
1148 py::object PyType::getCapsule() { in getCapsule() function in PyType
2570 &PyMlirContext::getCapsule) in populateIRSubmodule()
2668 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, &PyLocation::getCapsule) in populateIRSubmodule()
2720 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, &PyModule::getCapsule) in populateIRSubmodule()
2993 &PyAttribute::getCapsule) in populateIRSubmodule()
3105 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, &PyType::getCapsule) in populateIRSubmodule()