Lines Matching defs:getCapsule
322 nb::object PyBlock::getCapsule() {
646 nb::object PyMlirContext::getCapsule() {
1080 nb::object PyDialectRegistry::getCapsule() {
1096 nb::object PyLocation::getCapsule() {
1177 nb::object PyModule::getCapsule() {
1453 nb::object PyOperation::getCapsule() {
2169 nb::object PyAttribute::getCapsule() {
2201 nb::object PyType::getCapsule() {
2217 nb::object PyTypeID::getCapsule() {
2235 nb::object PyValue::getCapsule() {
2756 .def_prop_ro(MLIR_PYTHON_CAPI_PTR_ATTR, &PyMlirContext::getCapsule)
2885 .def_prop_ro(MLIR_PYTHON_CAPI_PTR_ATTR, &PyDialectRegistry::getCapsule)
2893 .def_prop_ro(MLIR_PYTHON_CAPI_PTR_ATTR, &PyLocation::getCapsule)
3024 .def_prop_ro(MLIR_PYTHON_CAPI_PTR_ATTR, &PyModule::getCapsule)
3100 return self.getOperation().getCapsule();
3289 .def_prop_ro(MLIR_PYTHON_CAPI_PTR_ATTR, &PyOperation::getCapsule)
3429 .def_prop_ro(MLIR_PYTHON_CAPI_PTR_ATTR, &PyBlock::getCapsule)
3616 .def_prop_ro(MLIR_PYTHON_CAPI_PTR_ATTR, &PyAttribute::getCapsule)
3734 .def_prop_ro(MLIR_PYTHON_CAPI_PTR_ATTR, &PyType::getCapsule)
3808 .def_prop_ro(MLIR_PYTHON_CAPI_PTR_ATTR, &PyTypeID::getCapsule)
3829 .def_prop_ro(MLIR_PYTHON_CAPI_PTR_ATTR, &PyValue::getCapsule)