Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp661 py::object contextObj = py::cast(context); in pushContext() local
662 push(FrameKind::Context, /*context=*/contextObj, in pushContext()
665 return contextObj; in pushContext()
680 py::object contextObj = in pushInsertionPoint() local
684 /*context=*/contextObj, in pushInsertionPoint()
704 py::object contextObj = location.getContext().getObject(); in pushLocation() local
706 push(FrameKind::Location, /*context=*/contextObj, in pushLocation()