Searched refs:removeModule (Results 1 – 14 of 14) 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
761 if (llvm::Error Err = IncrExecutor->removeModule(PTUs.back())) in Undo()
98 bool removeModule(Module *M) { in removeModule() function210 bool removeModule(Module *M) override;
113 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT115 return OwnedModules.removeModule(M); in removeModule()
361 void removeModule(Module *);
104 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
113 Context.removeModule(this); in ~Module()
205 virtual bool removeModule(Module *M);
263 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
139 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine
21830 {"_ZN4llvm11LLVMContext12removeModuleEPNS_6ModuleE", "llvm::LLVMContext::removeModule(llvm::Module*…