Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c71 LLVMAddModule(EE, M); in llvm_ee_add_module()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DExecutionEngine.h128 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dexecutionengine.go148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp256 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule() function