Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2500 class PyFunctionType : public PyConcreteType<PyFunctionType> { class
2516 return PyFunctionType(context->getRef(), t); in bindDerived()
2522 [](PyFunctionType &self) { in bindDerived()
2535 [](PyFunctionType &self) { in bindDerived()
3167 PyFunctionType::bind(m); in populateIRSubmodule()