Searched refs:removeModule (Results 1 – 11 of 11) 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()
317 void removeModule(Module*);
163 CODLayer.removeModule(H);167 findSymbol, and removeModule methods. With that, we're up and running.
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
287 available for execution; ``removeModule`` removes a module, freeing any316 TheJIT->removeModule(H);
526 layer concept removeModule/removeObject methods. Work on resource tracking