Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i225 ) lldb::SBThread::SafeToCallFunctions;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h228 bool SafeToCallFunctions();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1325 bool SBThread::SafeToCallFunctions() { in SafeToCallFunctions() function in SBThread
1330 return thread_sp->SafeToCallFunctions(); in SafeToCallFunctions()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h602 virtual bool SafeToCallFunctions();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp622 if (!thread_sp->SafeToCallFunctions()) in GetExceptionObjectForThread()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2030 if (!thread_sp->SafeToCallFunctions()) in UpdateISAToDescriptorMap()
2295 if (!thread_sp->SafeToCallFunctions()) in UpdateISAToDescriptorMap()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1653 bool Thread::SafeToCallFunctions() { in SafeToCallFunctions() function in Thread
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp61057 result = (bool)(arg1)->SafeToCallFunctions(); in _wrap_SBThread_SafeToCallFunctions()