Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DExecutionEngine.h87 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE);
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp166 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine() function
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c202 LLVMDisposeExecutionEngine(EE); in llvm_ee_dispose()