Home
last modified time | relevance | path

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

12345678910>>...21

/dports/www/tikiwiki/tiki-21.2/lib/test/bigbluebutton/
H A DDynamicConfigurationTest.php23 $config->removeModule('PhoneModule');
32 $config->removeModule('PresentModule');
/dports/misc/bibletime/bibletime-2.11.2/src/backend/
H A Dbtinstallthread.cpp72 if (!removeModule() && m_stopRequested.load(std::memory_order_relaxed)) in installModule()
111 bool BtInstallThread::removeModule() { in removeModule() function in BtInstallThread
133 BtInstallMgr().removeModule(&mgr, m->name().toLatin1()); in removeModule()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
H A DIRTransformLayer.h82 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
H A DIRTransformLayer.h83 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
H A DIRTransformLayer.h82 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
H A DIRTransformLayer.h83 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
H A DIRTransformLayer.h83 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
H A DIRTransformLayer.h80 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h56 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
H A DIRTransformLayer.h73 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h56 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
H A DIRTransformLayer.h73 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h93 void removeModule(VModuleKey K) { in removeModule() function
94 cantFail(CompileLayer.removeModule(K)); in removeModule()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/examples/clang-interpreter/
H A Dmain.cpp105 void removeModule(VModuleKey K) { in removeModule() function in llvm::orc::SimpleJIT
106 cantFail(CompileLayer.removeModule(K)); in removeModule()
215 J.removeModule(H); in main()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/examples/clang-interpreter/
H A Dmain.cpp105 void removeModule(VModuleKey K) { in removeModule() function in llvm::orc::SimpleJIT
106 cantFail(CompileLayer.removeModule(K)); in removeModule()
215 J.removeModule(H); in main()
/dports/devel/llvm70/llvm-7.0.1.src/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h59 virtual Error removeModule(orc::VModuleKey K) = 0; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
71 Error removeModule(orc::VModuleKey K) override { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
72 return Layer.removeModule(K); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
91 Error removeModule(orc::VModuleKey K) override { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
354 LLVMOrcErrorCode removeModule(orc::VModuleKey K) { in removeModule() function
356 if (auto Err = KeyLayers[K]->removeModule(K)) in removeModule()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h72 void removeModule(VModuleKey K) { in removeModule() function
74 cantFail(CompileLayer.removeModule(K)); in removeModule()
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h70 void removeModule(VModuleKey K) { in removeModule() function
72 cantFail(CompileLayer.removeModule(K)); in removeModule()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h72 void removeModule(VModuleKey K) { in removeModule() function
74 cantFail(CompileLayer.removeModule(K)); in removeModule()

12345678910>>...21