Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp360 class PyStringAttribute : public PyConcreteAttribute<PyStringAttribute> { class
372 return PyStringAttribute(context->getRef(), attr); in bindDerived()
381 return PyStringAttribute(type.getContext(), attr); in bindDerived()
387 [](PyStringAttribute &self) { in bindDerived()
905 PyStringAttribute::bind(m); in populateIRAttributes()