Lines Matching refs:GetCFAValue

938   row->GetCFAValue().SetIsRegisterPlusOffset(m_lldb_sp_regnum, m_wordsize);  in GetNonCallSiteUnwindPlanFromAssembly()
990 auto &cfa_value = row->GetCFAValue(); in GetNonCallSiteUnwindPlanFromAssembly()
1358 uint32_t cfa_reg = first_row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite()
1362 first_row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite()
1365 first_row->GetCFAValue().GetOffset() != m_wordsize) in AugmentUnwindPlanFromCallSite()
1426 cfa_reg = row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite()
1430 row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite()
1440 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1452 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1466 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1476 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1487 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1497 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1508 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1517 row->GetCFAValue().IncOffset(amount); in AugmentUnwindPlanFromCallSite()
1528 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1550 row->GetCFAValue().SetIsRegisterPlusOffset( in AugmentUnwindPlanFromCallSite()
1551 first_row->GetCFAValue().GetRegisterNumber(), m_wordsize); in AugmentUnwindPlanFromCallSite()