Home
last modified time | relevance | path

Searched refs:unwindplan_regloc (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp959 UnwindPlan::Row::RegisterLocation unwindplan_regloc; in SavedLocationForRegister() local
974 if (active_row->GetRegisterInfo (row_regnum, unwindplan_regloc)) in SavedLocationForRegister()
1016 if (active_row->GetRegisterInfo (row_regnum, unwindplan_regloc)) in SavedLocationForRegister()
1062 && unwindplan_regloc.IsInOtherRegister() in SavedLocationForRegister()
1063 && unwindplan_regloc.GetRegisterNumber() == arch_default_ra_regnum in SavedLocationForRegister()
1079 && active_row->GetRegisterInfo (arch_default_pc_reg, unwindplan_regloc)) in SavedLocationForRegister()
1126 if (unwindplan_regloc.IsUnspecified()) in SavedLocationForRegister()
1135 if (unwindplan_regloc.IsSame()) in SavedLocationForRegister()
1148 if (unwindplan_regloc.IsCFAPlusOffset()) in SavedLocationForRegister()
1150 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister()
[all …]