Searched refs:removeModule (Results 1 – 11 of 11) sorted by relevance
57 virtual llvm::Error removeModule(PartialTranslationUnit &PTU);
81 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() 76 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { removeModule() function in clang::IncrementalExecutor
527 if (llvm::Error Err = IncrExecutor->removeModule(PTUs.back())) in FindRuntimeInterface()
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()
347 // Module needs access to the add/removeModule methods. in wrap() 354 /// removeModule - Unregister a module from this context.355 void removeModule(Module *);
204 virtual bool removeModule(Module *M);
119 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
82 Context.removeModule(this); in ~Module()
264 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
140 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine