Home
last modified time | relevance | path

Searched refs:Activate (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DInstrumentationRuntime.cpp48 Activate(); in ModulesDidLoad()
62 Activate(); in ModulesDidLoad()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandlerCursesGUI.h30 void Activate() override;
H A DIOHandler.h96 virtual void Activate() { m_active = true; } in Activate() function
376 void Activate() override;
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h46 void Activate() override;
H A DInstrumentationRuntimeASan.cpp278 void InstrumentationRuntimeASan::Activate() { in Activate() function in InstrumentationRuntimeASan
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h52 void Activate() override;
H A DInstrumentationRuntimeUBSan.cpp247 void InstrumentationRuntimeUBSan::Activate() { in Activate() function in InstrumentationRuntimeUBSan
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h50 void Activate() override;
H A DInstrumentationRuntimeMainThreadChecker.cpp186 void InstrumentationRuntimeMainThreadChecker::Activate() { in Activate() function in InstrumentationRuntimeMainThreadChecker
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h74 virtual void Activate() = 0;
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h49 void Activate() override;
H A DInstrumentationRuntimeTSan.cpp891 void InstrumentationRuntimeTSan::Activate() { in Activate() function in InstrumentationRuntimeTSan
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp316 void IOHandlerEditline::Activate() { in Activate() function in IOHandlerEditline
317 IOHandler::Activate(); in Activate()
H A DDebugger.cpp1165 reader_sp->Activate(); in PushIOHandler()
1198 reader_sp->Activate(); in PopIOHandler()
H A DIOHandlerCursesGUI.cpp7544 void IOHandlerCursesGUI::Activate() { in Activate() function in IOHandlerCursesGUI
7545 IOHandler::Activate(); in Activate()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/
H A DCMakeLists.txt85 # Activate RTL message dumps if requested by the user.
87 "Activate DeviceRTL debug messages.")
/llvm-project-15.0.7/llvm/docs/
H A DTestSuiteGuide.md179 Activate that Fortran tests. This is a work in progress. More information can be
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp415 ParentDirectiveScope(DSAStackTy &Self, bool Activate) in ParentDirectiveScope() argument
417 if (Activate) in ParentDirectiveScope()