Searched refs:removeModule (Results 1 – 16 of 16) sorted by relevance
56 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
73 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
92 return EmitState != NotEmitted ? BaseLayer.removeModule(K) in removeModuleFromBaseLayer()214 Error removeModule(VModuleKey K) { in removeModule() function
92 Error removeModule(VModuleKey K) { return BaseLayer.removeObject(K); } in removeModule() function
239 if (auto Err = BaseLayer.removeModule(BLK)) in removeModulesFromBaseLayer()285 consumeError(removeModule(LogicalDylibs.begin()->first)); in ~LegacyCompileOnDemandLayer()309 Error removeModule(VModuleKey K) { in removeModule() function
59 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() function349 if (auto Err = KeyLayers[K]->removeModule(K)) in removeModule()
118 return wrap(J.removeModule(H)); in LLVMOrcRemoveModule()
318 bool removeModule(Module *M) override { in removeModule() function
101 bool removeModule(Module *M) { in removeModule() function220 bool removeModule(Module *M) override;
112 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT114 return OwnedModules.removeModule(M); in removeModule()
339 void removeModule(Module*);
107 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
82 Context.removeModule(this); in ~Module()
208 virtual bool removeModule(Module *M);
265 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
144 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine