Searched refs:removeModule (Results 1 – 9 of 9) sorted by relevance
99 void removeModule(Module*);
63 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
53 Context.removeModule(this); in ~Module()
113 virtual bool removeModule(Module *M);
359 bool JIT::removeModule(Module *M) { in removeModule() function in JIT360 bool result = ExecutionEngine::removeModule(M); in removeModule()
215 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
119 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine
220 virtual bool removeModule(Module *M);
441 TheJIT->removeModule(M); in TEST_F()