Home
last modified time | relevance | path

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

/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c70 LLVMAddModule(EE, M); in llvm_ee_add_module()
/external/llvm/include/llvm-c/
DExecutionEngine.h129 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
/external/llvm/bindings/go/llvm/
Dexecutionengine.go149 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp252 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule() function