Home
last modified time | relevance | path

Searched defs:removeModule (Results 1 – 13 of 13) 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
DIRCompileLayer.h120 Error removeModule(VModuleKey K) { return BaseLayer.removeObject(K); } in removeModule() function
DLazyEmittingLayer.h216 Error removeModule(VModuleKey K) { in removeModule() function
DCompileOnDemandLayer.h325 Error removeModule(VModuleKey K) { in removeModule() function
/third_party/flutter/skia/third_party/externals/sdl/test/nacl/
Dcommon.js255 function removeModule() { function
/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
DMCJIT.cpp111 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h348 Error removeModule(orc::VModuleKey K) { in removeModule() function
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp143 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine