Searched refs:removeModule (Results 1 – 8 of 8) sorted by relevance
99 bool removeModule(Module *M) { in removeModule() function218 bool removeModule(Module *M) override;
113 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT115 return OwnedModules.removeModule(M); in removeModule()
320 void removeModule(Module*);
106 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
82 Context.removeModule(this); in ~Module()
205 virtual bool removeModule(Module *M);
264 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
140 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine