Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Bindings/Python/
H A DExecutionEngineModule.cpp21 PyExecutionEngine(MlirExecutionEngine executionEngine) PyExecutionEngine() argument
57 MlirExecutionEngine executionEngine; global() member in __anon30645d3a0111::PyExecutionEngine
80 MlirExecutionEngine executionEngine = PYBIND11_MODULE() local
104 __anon30645d3a0302(PyExecutionEngine &executionEngine, const std::string &func) PYBIND11_MODULE() argument
128 __anon30645d3a0502(PyExecutionEngine &executionEngine, const std::string &fileName) PYBIND11_MODULE() argument
[all...]
/llvm-project/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1917 llvm::ExecutionEngine *executionEngine = factory.create(); main() local