Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i223 ) lldb::SBThread::SafeToCallFunctions;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h228 bool SafeToCallFunctions();
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h611 virtual bool SafeToCallFunctions();
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp610 if (!thread_sp->SafeToCallFunctions()) in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2006 if (!thread_sp->SafeToCallFunctions()) in UpdateISAToDescriptorMap()
2271 if (!thread_sp->SafeToCallFunctions()) in UpdateISAToDescriptorMap()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1666 bool Thread::SafeToCallFunctions() { in SafeToCallFunctions() function in Thread
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp63970 result = (bool)(arg1)->SafeToCallFunctions(); in _wrap_SBThread_SafeToCallFunctions()