Lines Matching refs:GetCFAValue

924   row->GetCFAValue().SetIsRegisterPlusOffset(m_lldb_sp_regnum, m_wordsize);  in GetNonCallSiteUnwindPlanFromAssembly()
976 auto &cfa_value = row->GetCFAValue(); in GetNonCallSiteUnwindPlanFromAssembly()
1344 uint32_t cfa_reg = first_row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite()
1348 first_row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite()
1351 first_row->GetCFAValue().GetOffset() != m_wordsize) in AugmentUnwindPlanFromCallSite()
1412 cfa_reg = row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite()
1416 row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite()
1426 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1438 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1452 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1462 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1473 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1483 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1494 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1503 row->GetCFAValue().IncOffset(amount); in AugmentUnwindPlanFromCallSite()
1514 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1536 row->GetCFAValue().SetIsRegisterPlusOffset( in AugmentUnwindPlanFromCallSite()
1537 first_row->GetCFAValue().GetRegisterNumber(), m_wordsize); in AugmentUnwindPlanFromCallSite()