Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h270 class BaseContextObject {
359 class PyDialectDescriptor : public BaseContextObject {
372 class PyDialects : public BaseContextObject {
375 : BaseContextObject(std::move(contextRef)) {} in PyDialects()
420 class PyLocation : public BaseContextObject {
463 class PyModule : public BaseContextObject {
745 class PyType : public BaseContextObject {
815 class PyAttribute : public BaseContextObject {
940 class PyAffineExpr : public BaseContextObject {
967 class PyAffineMap : public BaseContextObject {
[all …]
H A DIRCore.cpp864 : BaseContextObject(std::move(contextRef)), module(module) {} in PyModule()
917 : BaseContextObject(std::move(contextRef)), operation(operation) {} in PyOperation()