Searched defs:removeModule (Results 1 – 6 of 6) sorted by relevance
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
98 bool removeModule(Module *M) { in removeModule() function
114 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
119 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
140 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine