Home
last modified time | relevance | path

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

/freebsd/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.cpp761 if (llvm::Error Err = IncrExecutor->removeModule(PTUs.back())) in Undo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h98 bool removeModule(Module *M) { in removeModule() function
210 bool removeModule(Module *M) override;
H A DMCJIT.cpp113 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
115 return OwnedModules.removeModule(M); in removeModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h361 void removeModule(Module *);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp104 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
H A DModule.cpp113 Context.removeModule(this); in ~Module()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h205 virtual bool removeModule(Module *M);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp263 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
H A DExecutionEngine.cpp139 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc21830 {"_ZN4llvm11LLVMContext12removeModuleEPNS_6ModuleE", "llvm::LLVMContext::removeModule(llvm::Module*…