Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h56 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
H A DIRTransformLayer.h73 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
H A DLazyEmittingLayer.h92 return EmitState != NotEmitted ? BaseLayer.removeModule(K) in removeModuleFromBaseLayer()
214 Error removeModule(VModuleKey K) { in removeModule() function
H A DIRCompileLayer.h92 Error removeModule(VModuleKey K) { return BaseLayer.removeObject(K); } in removeModule() function
H A DCompileOnDemandLayer.h239 if (auto Err = BaseLayer.removeModule(BLK)) in removeModulesFromBaseLayer()
285 consumeError(removeModule(LogicalDylibs.begin()->first)); in ~LegacyCompileOnDemandLayer()
309 Error removeModule(VModuleKey K) { in removeModule() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h59 virtual Error removeModule(orc::VModuleKey K) = 0; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
71 Error removeModule(orc::VModuleKey K) override { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
72 return Layer.removeModule(K); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
91 Error removeModule(orc::VModuleKey K) override { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
347 Error removeModule(orc::VModuleKey K) { in removeModule() function
349 if (auto Err = KeyLayers[K]->removeModule(K)) in removeModule()
H A DOrcCBindings.cpp118 return wrap(J.removeModule(H)); in LLVMOrcRemoveModule()
H A DOrcMCJITReplacement.h318 bool removeModule(Module *M) override { in removeModule() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h101 bool removeModule(Module *M) { in removeModule() function
220 bool removeModule(Module *M) override;
H A DMCJIT.cpp112 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
114 return OwnedModules.removeModule(M); in removeModule()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h339 void removeModule(Module*);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContext.cpp107 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
H A DModule.cpp82 Context.removeModule(this); in ~Module()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h208 virtual bool removeModule(Module *M);
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp265 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
H A DExecutionEngine.cpp144 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine