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