Searched refs:removeModule (Results 1 – 10 of 10) sorted by relevance
122 bool removeModule(Module *M) { in removeModule() function230 virtual bool removeModule(Module *M);
97 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT99 return OwnedModules.removeModule(M); in removeModule()
104 void removeModule(Module*);
73 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
53 Context.removeModule(this); in ~Module()
113 virtual bool removeModule(Module *M);
203 bool JIT::removeModule(Module *M) { in removeModule() function in JIT204 bool result = ExecutionEngine::removeModule(M); in removeModule()
213 virtual bool removeModule(Module *M);
295 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
114 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine