Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DExecutionEngine.h146 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp283 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule() function
289 LLVMAddModule(EE, reinterpret_cast<LLVMModuleRef>(MP)); in LLVMAddModuleProvider()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c211 LLVMAddModule(EE, M); in llvm_ee_add_module()