Searched refs:removeModule (Results 1 – 13 of 13) sorted by relevance
29 llvm::Error removeModule(PartialTranslationUnit &PTU) override;
57 virtual llvm::Error removeModule(PartialTranslationUnit &PTU);
81 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::IncrementalExecutor
131 llvm::Error WasmIncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::WasmIncrementalExecutor
527 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()
355 void removeModule(Module *);
119 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
82 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