reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
202 m_full_unwind_plan_sp = GetFullUnwindPlanForFrame(); 206 if (m_full_unwind_plan_sp && 207 m_full_unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { 209 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); 210 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); 213 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, 260 m_full_unwind_plan_sp->GetSourceName().GetCString()); 365 m_full_unwind_plan_sp = 367 abi->CreateDefaultUnwindPlan(*m_full_unwind_plan_sp); 375 RegisterKind row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); 376 UnwindPlan::RowSP row = m_full_unwind_plan_sp->GetRowForFunctionOffset(0); 545 m_full_unwind_plan_sp = GetFullUnwindPlanForFrame(); 547 if (IsUnwindPlanValidForCurrentPC(m_full_unwind_plan_sp, valid_offset)) { 548 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset(valid_offset); 549 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); 550 PropagateTrapHandlerFlagFromUnwindPlan(m_full_unwind_plan_sp); 553 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), 1190 if (!m_full_unwind_plan_sp) 1191 m_full_unwind_plan_sp = GetFullUnwindPlanForFrame(); 1193 if (m_full_unwind_plan_sp) { 1198 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); 1199 unwindplan_registerkind = m_full_unwind_plan_sp->GetRegisterKind(); 1207 m_full_unwind_plan_sp->GetReturnAddressRegister() != 1211 m_thread, m_full_unwind_plan_sp->GetRegisterKind(), 1212 m_full_unwind_plan_sp->GetReturnAddressRegister()); 1241 m_full_unwind_plan_sp->GetSourceName().GetCString()); 1292 m_full_unwind_plan_sp->GetSourcedFromCompiler() != eLazyBoolYes && 1296 m_full_unwind_plan_sp->GetSourceName().GetCString()); 1301 unwindplan_registerkind = m_full_unwind_plan_sp->GetRegisterKind(); 1303 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); 1373 if (m_full_unwind_plan_sp) { 1375 unwindplan_name += m_full_unwind_plan_sp->GetSourceName().AsCString(); 1569 if (m_full_unwind_plan_sp.get() == nullptr) 1572 if (m_full_unwind_plan_sp.get() == m_fallback_unwind_plan_sp.get() || 1573 m_full_unwind_plan_sp->GetSourceName() == 1580 if (m_full_unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes) 1619 UnwindPlanSP original_full_unwind_plan_sp = m_full_unwind_plan_sp; 1625 m_full_unwind_plan_sp = m_fallback_unwind_plan_sp; 1639 m_full_unwind_plan_sp = original_full_unwind_plan_sp; 1665 m_full_unwind_plan_sp = original_full_unwind_plan_sp; 1677 m_full_unwind_plan_sp = original_full_unwind_plan_sp; 1689 PropagateTrapHandlerFlagFromUnwindPlan(m_full_unwind_plan_sp); 1699 if (m_full_unwind_plan_sp.get() == nullptr) 1702 if (m_full_unwind_plan_sp.get() == m_fallback_unwind_plan_sp.get() || 1703 m_full_unwind_plan_sp->GetSourceName() == 1726 m_full_unwind_plan_sp = m_fallback_unwind_plan_sp; 1733 PropagateTrapHandlerFlagFromUnwindPlan(m_full_unwind_plan_sp); 1736 m_full_unwind_plan_sp->GetSourceName().GetCString());