Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i404 thread.") SafeToCallFunctions;
406 SafeToCallFunctions ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h209 bool SafeToCallFunctions();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1350 bool SBThread::SafeToCallFunctions() { in SafeToCallFunctions() function in SBThread
1351 LLDB_RECORD_METHOD_NO_ARGS(bool, SBThread, SafeToCallFunctions); in SafeToCallFunctions()
1355 return thread_sp->SafeToCallFunctions(); in SafeToCallFunctions()
1467 LLDB_REGISTER_METHOD(bool, SBThread, SafeToCallFunctions, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp535 if (!thread_sp->SafeToCallFunctions()) in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h579 virtual bool SafeToCallFunctions();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1648 bool Thread::SafeToCallFunctions() { in SafeToCallFunctions() function in Thread
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp55933 result = (bool)(arg1)->SafeToCallFunctions(); in _wrap_SBThread_SafeToCallFunctions()