Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp480 exportSymbol("mlirAsyncRuntimeAddRef", in __mlir_runner_init()
482 exportSymbol("mlirAsyncRuntimeDropRef", in __mlir_runner_init()
484 exportSymbol("mlirAsyncRuntimeExecute", in __mlir_runner_init()
488 exportSymbol("mlirAsyncRuntimeCreateToken", in __mlir_runner_init()
490 exportSymbol("mlirAsyncRuntimeCreateValue", in __mlir_runner_init()
492 exportSymbol("mlirAsyncRuntimeEmplaceToken", in __mlir_runner_init()
494 exportSymbol("mlirAsyncRuntimeEmplaceValue", in __mlir_runner_init()
500 exportSymbol("mlirAsyncRuntimeIsTokenError", in __mlir_runner_init()
506 exportSymbol("mlirAsyncRuntimeAwaitToken", in __mlir_runner_init()
508 exportSymbol("mlirAsyncRuntimeAwaitValue", in __mlir_runner_init()
[all …]
H A DJitRunner.cpp204 for (auto &exportSymbol : exportSymbols) in compileAndExecute() local
205 symbolMap[interner(exportSymbol.getKey())] = in compileAndExecute()
206 llvm::JITEvaluatedSymbol::fromPointer(exportSymbol.getValue()); in compileAndExecute()