Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp185 void *destroySim = lib.getAddressOfSymbol("__mlir_runner_destroy"); in compileAndExecute() local
188 if (!initSym || !destroySim) { in compileAndExecute()
196 auto destroyFn = reinterpret_cast<MlirRunnerDestroyFn>(destroySim); in compileAndExecute()