Home
last modified time | relevance | path

Searched defs:frameKind (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h101 PyThreadContextEntry(FrameKind frameKind, pybind11::object context, in PyThreadContextEntry()
144 FrameKind frameKind; variable
DIRModules.cpp506 void PyThreadContextEntry::push(FrameKind frameKind, py::object context, in push()