Searched refs:GetExceptionObjectForThread (Results 1 – 6 of 6) sorted by relevance
69 lldb::ValueObjectSP GetExceptionObjectForThread(
555 ValueObjectSP ItaniumABILanguageRuntime::GetExceptionObjectForThread( in GetExceptionObjectForThread() function in ItaniumABILanguageRuntime
92 lldb::ValueObjectSP GetExceptionObjectForThread(
468 ValueObjectSP AppleObjCRuntime::GetExceptionObjectForThread( in GetExceptionObjectForThread() function in AppleObjCRuntime472 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread()
123 virtual lldb::ValueObjectSP GetExceptionObjectForThread( in GetExceptionObjectForThread() function
2217 if (auto e = runtime->GetExceptionObjectForThread(shared_from_this())) in GetCurrentException()