Home
last modified time | relevance | path

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

123

/external/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
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h49 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()
DOrcCBindings.cpp87 J.removeModule(H); in LLVMOrcRemoveModule()
/external/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()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h93 void removeModule(ModuleHandle H) { in removeModule() function
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h99 bool removeModule(Module *M) { in removeModule() function
218 bool removeModule(Module *M) override;
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h101 bool removeModule(Module *M) { in removeModule() function
220 bool removeModule(Module *M) override;
DMCJIT.cpp116 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
118 return OwnedModules.removeModule(M); in removeModule()
/external/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;
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h75 void removeModule(ModuleHandleT H) { in removeModule() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h103 void removeModule(ModuleHandle H) { in removeModule() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h113 void removeModule(ModuleHandle H) { in removeModule() function
/external/llvm/include/llvm/IR/
DLLVMContext.h248 void removeModule(Module*);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h310 void removeModule(Module*);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h275 void removeModule(Module*);
/external/llvm/docs/tutorial/
DBuildingAJIT1.rst67 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
/external/llvm-project/llvm/include/llvm/IR/
DLLVMContext.h336 void removeModule(Module*);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h194 void removeModule(ModuleHandle H) { in removeModule() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h226 void removeModule(ModuleHandle H) { in removeModule() function

123