Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.h52 llvm::Error removeModule(PartialTranslationUnit &PTU);
H A DIncrementalExecutor.cpp76 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::IncrementalExecutor
H A DInterpreter.cpp455 if (llvm::Error Err = IncrExecutor->removeModule(PTUs.back())) in Undo()
/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h335 void removeModule(Module*);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp119 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
H A DModule.cpp80 Context.removeModule(this); in ~Module()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h204 virtual bool removeModule(Module *M);
/freebsd-14.2/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