Home
last modified time | relevance | path

Searched refs:removeModule (Results 1 – 13 of 13) sorted by relevance

/src/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.h29 llvm::Error removeModule(PartialTranslationUnit &PTU) override;
H A DIncrementalExecutor.h57 virtual llvm::Error removeModule(PartialTranslationUnit &PTU);
H A DIncrementalExecutor.cpp81 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::IncrementalExecutor
H A DWasm.cpp131 llvm::Error WasmIncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::WasmIncrementalExecutor
H A DInterpreter.cpp527 if (llvm::Error Err = IncrExecutor->removeModule(PTUs.back())) in Undo()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h98 bool removeModule(Module *M) { in removeModule() function
211 bool removeModule(Module *M) override;
H A DMCJIT.cpp114 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
116 return OwnedModules.removeModule(M); in removeModule()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h355 void removeModule(Module *);
/src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp119 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
H A DModule.cpp82 Context.removeModule(this); in ~Module()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h204 virtual bool removeModule(Module *M);
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp264 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
H A DExecutionEngine.cpp140 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine