Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h613 PyNamedAttribute(MlirAttribute attr, std::string ownedName);
623 std::unique_ptr<std::string> ownedName;
DIRModules.cpp1135 PyNamedAttribute::PyNamedAttribute(MlirAttribute attr, std::string ownedName) in PyNamedAttribute() argument
1136 : ownedName(new std::string(std::move(ownedName))) { in PyNamedAttribute()
1137 namedAttr = mlirNamedAttributeGet(toMlirStringRef(*this->ownedName), attr); in PyNamedAttribute()