Home
last modified time | relevance | path

Searched refs:SafeToCallFunctions (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThread.h205 bool SafeToCallFunctions();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp557 if (!thread_sp->SafeToCallFunctions()) in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h596 virtual bool SafeToCallFunctions();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp1501 bool SBThread::SafeToCallFunctions() { in SafeToCallFunctions() function in SBThread
1504 return thread_sp->SafeToCallFunctions(); in SafeToCallFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1845 bool Thread::SafeToCallFunctions() { in SafeToCallFunctions() function in Thread