Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h99 bool removeModule(Module *M) { in removeModule() function
218 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h317 void removeModule(Module*);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT3.rst163 CODLayer.removeModule(H);
167 findSymbol, and removeModule methods. With that, we're up and running.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp106 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
H A DModule.cpp82 Context.removeModule(this); in ~Module()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h205 virtual bool removeModule(Module *M);
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst287 available for execution; ``removeModule`` removes a module, freeing any
316 TheJIT->removeModule(H);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DORCv2.rst526 layer concept removeModule/removeObject methods. Work on resource tracking