Searched refs:GetExceptionObjectForThread (Results 1 – 6 of 6) sorted by relevance
75 lldb::ValueObjectSP GetExceptionObjectForThread(
521 ValueObjectSP ItaniumABILanguageRuntime::GetExceptionObjectForThread( in GetExceptionObjectForThread() function in ItaniumABILanguageRuntime
94 lldb::ValueObjectSP GetExceptionObjectForThread(
482 ValueObjectSP AppleObjCRuntime::GetExceptionObjectForThread( in GetExceptionObjectForThread() function in AppleObjCRuntime486 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread()
119 virtual lldb::ValueObjectSP GetExceptionObjectForThread( in GetExceptionObjectForThread() function
1989 if (auto e = runtime->GetExceptionObjectForThread(shared_from_this())) in GetCurrentException()