Home
last modified time | relevance | path

Searched defs:Activate (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp85 void InstrumentationRuntimeASanLibsanitizers::Activate() { in Activate() function in InstrumentationRuntimeASanLibsanitizers
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp279 void InstrumentationRuntimeASan::Activate() { Activate() function in InstrumentationRuntimeASan
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp187 void InstrumentationRuntimeMainThreadChecker::Activate() { in Activate() function in InstrumentationRuntimeMainThreadChecker
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp247 void InstrumentationRuntimeUBSan::Activate() { in Activate() function in InstrumentationRuntimeUBSan
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h92 virtual void Activate() { m_active = true; } in Activate() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp311 void IOHandlerEditline::Activate() { Activate() function in IOHandlerEditline
H A DIOHandlerCursesGUI.cpp7572 void IOHandlerCursesGUI::Activate() { in Activate() function in IOHandlerCursesGUI
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp894 void InstrumentationRuntimeTSan::Activate() { in Activate() function in InstrumentationRuntimeTSan
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp428 ParentDirectiveScope(DSAStackTy &Self, bool Activate) in ParentDirectiveScope()