Searched refs:removeModule (Results 1 – 14 of 14) sorted by relevance
51 llvm::Error removeModule(PartialTranslationUnit &PTU);
67 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::IncrementalExecutor
277 if (llvm::Error Err = IncrExecutor->removeModule(PTUs.back())) in Undo()
98 bool removeModule(Module *M) { in removeModule() function211 bool removeModule(Module *M) override;
114 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT116 return OwnedModules.removeModule(M); in removeModule()
332 void removeModule(Module*);
163 CODLayer.removeModule(H);167 findSymbol, and removeModule methods. With that, we're up and running.
114 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
79 Context.removeModule(this); in ~Module()
204 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);
527 6. The removeModule/removeObject methods are replaced by