Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h320 void removeModule(Module*);
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h205 virtual bool removeModule(Module *M);
/freebsd-13.1/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