Searched refs:LLVMAddModule (Results 1 – 4 of 4) sorted by relevance
70 LLVMAddModule(EE, M); in llvm_ee_add_module()
129 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
149 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
252 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule() function