Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDGlobalMappingLayer.h55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
HDIRTransformLayer.h83 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
HDLazyEmittingLayer.h87 return EmitState != NotEmitted ? BaseLayer.removeModule(K) in removeModuleFromBaseLayer()
216 Error removeModule(VModuleKey K) { in removeModule() function
HDObjectLinkingLayer.h144 Error removeModule(VModuleKey K);
HDIRCompileLayer.h120 Error removeModule(VModuleKey K) { return BaseLayer.removeObject(K); } in removeModule() function
HDCompileOnDemandLayer.h242 if (auto Err = BaseLayer.removeModule(BLK)) in removeModulesFromBaseLayer()
301 consumeError(removeModule(LogicalDylibs.begin()->first)); in ~LegacyCompileOnDemandLayer()
325 Error removeModule(VModuleKey K) { in removeModule() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDOrcCBindingsStack.h58 virtual Error removeModule(orc::VModuleKey K) = 0; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
70 Error removeModule(orc::VModuleKey K) override { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
71 return Layer.removeModule(K); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
90 Error removeModule(orc::VModuleKey K) override { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
348 Error removeModule(orc::VModuleKey K) { in removeModule() function
350 if (auto Err = KeyLayers[K]->removeModule(K)) in removeModule()
HDOrcCBindings.cpp117 return wrap(J.removeModule(H)); in LLVMOrcRemoveModule()
HDOrcMCJITReplacement.h314 bool removeModule(Module *M) override { in removeModule() function
HDObjectLinkingLayer.cpp376 Error ObjectLinkingLayer::removeModule(VModuleKey K) { in removeModule() function in llvm::orc::ObjectLinkingLayer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.h100 bool removeModule(Module *M) { in removeModule() function
219 bool removeModule(Module *M) override;
HDMCJIT.cpp111 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
113 return OwnedModules.removeModule(M); in removeModule()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDLLVMContext.h310 void removeModule(Module*);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContext.cpp89 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
HDModule.cpp81 Context.removeModule(this); in ~Module()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.h208 virtual bool removeModule(Module *M);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngineBindings.cpp264 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
HDExecutionEngine.cpp143 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine