Searched refs:removeModule (Results 1 – 11 of 11) sorted by relevance
52 llvm::Error removeModule(PartialTranslationUnit &PTU);
76 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::IncrementalExecutor
455 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()
335 void removeModule(Module*);
119 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
80 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