Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1563 class PyStringAttribute : public PyConcreteAttribute<PyStringAttribute> { class
1575 return PyStringAttribute(context->getRef(), attr); in bindDerived()
1584 return PyStringAttribute(type.getContext(), attr); in bindDerived()
1590 [](PyStringAttribute &self) { in bindDerived()
3094 PyStringAttribute::bind(m); in populateIRSubmodule()