Home
last modified time | relevance | path

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

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