/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A 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()
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcCBindingsStack.h | 49 virtual void removeModule() = 0; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 62 void removeModule() override { return Layer.removeModuleSet(Handle); } in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 219 void removeModule(ModuleHandleT H) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 220 GenericHandles[H]->removeModule(); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
H A D | OrcCBindings.cpp | 87 J.removeModule(H); in LLVMOrcRemoveModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | GlobalMappingLayer.h | 55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
|
H A D | IRTransformLayer.h | 83 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
|
H A D | LazyEmittingLayer.h | 87 return EmitState != NotEmitted ? BaseLayer.removeModule(K) in removeModuleFromBaseLayer() 216 Error removeModule(VModuleKey K) { in removeModule() function
|
H A 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
|
H A D | ObjectLinkingLayer.h | 144 Error removeModule(VModuleKey K);
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | InstallKernelModulePreparer.java | 66 KernelModuleUtils.removeModule(device, modulePath); in setUp() 82 KernelModuleUtils.removeModule(device, modulePath); in tearDown()
|
/aosp_15_r20/external/llvm/docs/tutorial/ |
H A D | BuildingAJIT1.rst | 67 3. void removeModule(Handle H) -- Remove a module from the JIT, releasing any 81 J.removeModule(H); 100 expression, and then use the removeModule method to remove the code again 156 addModule method, and can be passed to the removeModule method to remove a 285 void removeModule(ModuleHandle H) { 299 We now come to the last method in our JIT API: removeModule. This method is
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 100 bool removeModule(Module *M) { in removeModule() function 219 bool removeModule(Module *M) override;
|
H A D | MCJIT.cpp | 111 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT 113 return OwnedModules.removeModule(M); in removeModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 98 bool removeModule(Module *M) { in removeModule() function 211 bool removeModule(Module *M) override;
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 101 bool removeModule(Module *M) { in removeModule() function 220 bool removeModule(Module *M) override;
|
H A D | MCJIT.cpp | 116 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT 118 return OwnedModules.removeModule(M); in removeModule()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | llvm_jit.cpp | 337 void removeModule(VModuleKey K) { 338 assertSuccess(CompileLayer.removeModule(K));
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 93 void removeModule(ModuleHandle H) { in removeModule() function
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 75 void removeModule(ModuleHandleT H) { in removeModule() function
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ |
H A D | CompilationUnit.java | 506 removeModule(); in remove() 552 public CompilationUnit removeModule() { in removeModule() method in CompilationUnit
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 103 void removeModule(ModuleHandle H) { in removeModule() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | LLVMContext.h | 248 void removeModule(Module*);
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 113 void removeModule(ModuleHandle H) { in removeModule() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | LLVMContext.h | 275 void removeModule(Module*);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | LLVMContext.h | 310 void removeModule(Module*);
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | KernelModuleUtils.java | 146 public static void removeModule(ITestDevice device, String module) in removeModule() method in KernelModuleUtils
|