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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } function in class:llvm::orc::GlobalMappingLayer
H A DIRTransformLayer.h82 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } function in class:llvm::orc::LegacyIRTransformLayer
H A DLazyEmittingLayer.h87 return EmitState != NotEmitted ? BaseLayer.removeModule(K)
216 Error removeModule(VModuleKey K) { function in class:llvm::orc::LazyEmittingLayer
H A DIRCompileLayer.h120 Error removeModule(VModuleKey K) { return BaseLayer.removeObject(K); } function in class:llvm::orc::LegacyIRCompileLayer
H A DObjectLinkingLayer.h158 Error removeModule(VModuleKey K);
H A DCompileOnDemandLayer.h242 if (auto Err = BaseLayer.removeModule(BLK))
301 consumeError(removeModule(LogicalDylibs.begin()->first));
325 Error removeModule(VModuleKey K) { function in class:llvm::orc::LegacyCompileOnDemandLayer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h58 virtual Error removeModule(orc::VModuleKey K) = 0;
70 Error removeModule(orc::VModuleKey K) override {
71 return Layer.removeModule(K);
90 Error removeModule(orc::VModuleKey K) override {
348 Error removeModule(orc::VModuleKey K) { function in class:llvm::OrcCBindingsStack
350 if (auto Err = KeyLayers[K]->removeModule(K))
H A DOrcCBindings.cpp117 return wrap(J.removeModule(H));
H A DObjectLinkingLayer.cpp495 Error ObjectLinkingLayer::removeModule(VModuleKey K) { function in class:llvm::ObjectLinkingLayer
H A DOrcMCJITReplacement.h315 bool removeModule(Module *M) override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h99 bool removeModule(Module *M) { function in class:llvm::MCJIT::OwningModuleContainer
218 bool removeModule(Module *M) override;
H A DMCJIT.cpp79 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
113 bool MCJIT::removeModule(Module *M) { function in class:MCJIT
115 return OwnedModules.removeModule(M);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h318 // Module needs access to the add/removeModule methods.
325 /// removeModule - Unregister a module from this context.
326 void removeModule(Module*);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h204 /// removeModule - Removes a Module from the list of modules, but does not
210 virtual bool removeModule(Module *M);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp100 void LLVMContext::removeModule(Module *M) { function in class:LLVMContext
H A DModule.cpp82 Context.removeModule(this);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp264 unwrap(EE)->removeModule(Mod);
H A DExecutionEngine.cpp145 bool ExecutionEngine::removeModule(Module *M) { function in class:ExecutionEngine

Completed in 65 milliseconds