Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c65 LLVMDisposeExecutionEngine(EE); in llvm_ee_dispose()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DExecutionEngine.h112 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dexecutionengine.go130 func (ee ExecutionEngine) Dispose() { C.LLVMDisposeExecutionEngine(ee.C) }
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp160 LLVMDisposeExecutionEngine(Engine); in TearDown()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp215 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine() function