/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | GlobalMappingLayer.h | 55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
|
D | IRTransformLayer.h | 83 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
|
D | LazyEmittingLayer.h | 87 return EmitState != NotEmitted ? BaseLayer.removeModule(K) in removeModuleFromBaseLayer() 216 Error removeModule(VModuleKey K) { in removeModule() function
|
D | ObjectLinkingLayer.h | 144 Error removeModule(VModuleKey K);
|
D | IRCompileLayer.h | 120 Error removeModule(VModuleKey K) { return BaseLayer.removeObject(K); } in removeModule() function
|
D | CompileOnDemandLayer.h | 242 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/ |
D | OrcCBindingsStack.h | 58 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()
|
D | OrcCBindings.cpp | 117 return wrap(J.removeModule(H)); in LLVMOrcRemoveModule()
|
D | OrcMCJITReplacement.h | 314 bool removeModule(Module *M) override { in removeModule() function
|
D | ObjectLinkingLayer.cpp | 376 Error ObjectLinkingLayer::removeModule(VModuleKey K) { in removeModule() function in llvm::orc::ObjectLinkingLayer
|
/third_party/flutter/skia/third_party/externals/sdl/test/nacl/ |
D | common.js | 255 function removeModule() { function 399 removeModule: removeModule,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 100 bool removeModule(Module *M) { in removeModule() function 219 bool removeModule(Module *M) override;
|
D | MCJIT.cpp | 111 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/ |
D | LLVMContext.h | 310 void removeModule(Module*);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 275 void removeModule(Module*);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 89 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
|
D | Module.cpp | 81 Context.removeModule(this); in ~Module()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 208 virtual bool removeModule(Module *M);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 264 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
|
D | ExecutionEngine.cpp | 143 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine
|