Lines Matching refs:GetCFAValue

939   row->GetCFAValue().SetIsRegisterPlusOffset(m_lldb_sp_regnum, m_wordsize);  in GetNonCallSiteUnwindPlanFromAssembly()
991 auto &cfa_value = row->GetCFAValue(); in GetNonCallSiteUnwindPlanFromAssembly()
1359 uint32_t cfa_reg = first_row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite()
1363 first_row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite()
1366 first_row->GetCFAValue().GetOffset() != m_wordsize) in AugmentUnwindPlanFromCallSite()
1427 cfa_reg = row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite()
1431 row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite()
1441 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1453 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1467 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1477 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1488 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1498 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1509 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1518 row->GetCFAValue().IncOffset(amount); in AugmentUnwindPlanFromCallSite()
1529 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1551 row->GetCFAValue().SetIsRegisterPlusOffset( in AugmentUnwindPlanFromCallSite()
1552 first_row->GetCFAValue().GetRegisterNumber(), m_wordsize); in AugmentUnwindPlanFromCallSite()