Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalExecutor.h51 llvm::Error removeModule(PartialTranslationUnit &PTU);
H A DIncrementalExecutor.cpp67 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::IncrementalExecutor
H A DInterpreter.cpp277 if (llvm::Error Err = IncrExecutor->removeModule(PTUs.back())) in Undo()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h332 void removeModule(Module*);
/openbsd-src/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT3.rst163 CODLayer.removeModule(H);
167 findSymbol, and removeModule methods. With that, we're up and running.
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp114 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
H A DModule.cpp79 Context.removeModule(this); in ~Module()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h204 virtual bool removeModule(Module *M);
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst287 available for execution; ``removeModule`` removes a module, freeing any
316 TheJIT->removeModule(H);
/openbsd-src/gnu/llvm/llvm/docs/
H A DORCv2.rst527 6. The removeModule/removeObject methods are replaced by