Home
last modified time | relevance | path

Searched refs:Deactivate (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandlerCursesGUI.h32 void Deactivate() override;
H A DIOHandler.h98 virtual void Deactivate() { m_active = false; } in Deactivate() function
378 void Deactivate() override;
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp54 InstrumentationRuntimeASan::~InstrumentationRuntimeASan() { Deactivate(); } in ~InstrumentationRuntimeASan()
316 void InstrumentationRuntimeASan::Deactivate() { in Deactivate() function in InstrumentationRuntimeASan
H A DInstrumentationRuntimeASan.h48 void Deactivate();
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h54 void Deactivate();
H A DInstrumentationRuntimeUBSan.cpp41 InstrumentationRuntimeUBSan::~InstrumentationRuntimeUBSan() { Deactivate(); } in LLDB_PLUGIN_DEFINE()
286 void InstrumentationRuntimeUBSan::Deactivate() { in Deactivate() function in InstrumentationRuntimeUBSan
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h52 void Deactivate();
H A DInstrumentationRuntimeMainThreadChecker.cpp36 Deactivate(); in LLDB_PLUGIN_DEFINE()
225 void InstrumentationRuntimeMainThreadChecker::Deactivate() { in Deactivate() function in InstrumentationRuntimeMainThreadChecker
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h51 void Deactivate();
H A DInstrumentationRuntimeTSan.cpp59 InstrumentationRuntimeTSan::~InstrumentationRuntimeTSan() { Deactivate(); } in ~InstrumentationRuntimeTSan()
929 void InstrumentationRuntimeTSan::Deactivate() { in Deactivate() function in InstrumentationRuntimeTSan
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp321 void IOHandlerEditline::Deactivate() { in Deactivate() function in IOHandlerEditline
322 IOHandler::Deactivate(); in Deactivate()
H A DDebugger.cpp1170 top_reader_sp->Deactivate(); in PushIOHandler()
1192 reader_sp->Deactivate(); in PopIOHandler()
H A DIOHandlerCursesGUI.cpp7707 void IOHandlerCursesGUI::Deactivate() { m_app_ap->Terminate(); } in Deactivate() function in IOHandlerCursesGUI