Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c71 LLVMAddModule(EE, M); in llvm_ee_add_module()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DExecutionEngine.h128 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp257 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule() function