Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DGlobalMappingLayer.h55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
DIRTransformLayer.h83 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
DLazyEmittingLayer.h87 return EmitState != NotEmitted ? BaseLayer.removeModule(K) in removeModuleFromBaseLayer()
216 Error removeModule(VModuleKey K) { in removeModule() function
DObjectLinkingLayer.h144 Error removeModule(VModuleKey K);
DIRCompileLayer.h120 Error removeModule(VModuleKey K) { return BaseLayer.removeObject(K); } in removeModule() function
DCompileOnDemandLayer.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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.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()
DOrcCBindings.cpp117 return wrap(J.removeModule(H)); in LLVMOrcRemoveModule()
DOrcMCJITReplacement.h314 bool removeModule(Module *M) override { in removeModule() function
DObjectLinkingLayer.cpp376 Error ObjectLinkingLayer::removeModule(VModuleKey K) { in removeModule() function in llvm::orc::ObjectLinkingLayer
/third_party/flutter/skia/third_party/externals/sdl/test/nacl/
Dcommon.js255 function removeModule() { function
399 removeModule: removeModule,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h100 bool removeModule(Module *M) { in removeModule() function
219 bool removeModule(Module *M) override;
DMCJIT.cpp111 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
113 return OwnedModules.removeModule(M); in removeModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h310 void removeModule(Module*);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h275 void removeModule(Module*);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp89 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
DModule.cpp81 Context.removeModule(this); in ~Module()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h208 virtual bool removeModule(Module *M);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp264 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
DExecutionEngine.cpp143 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine