Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp286 UnwindPlan::Row::RegisterLocation reg_location; in ParseCIE() local
287 reg_location.SetAtCFAPlusOffset(op_offset); in ParseCIE()
288 cie_sp->initial_row.SetRegisterInfo (reg_num, reg_location); in ParseCIE()
447 UnwindPlan::Row::RegisterLocation reg_location; in FDEToUnwindPlan() local
482 reg_location.SetAtCFAPlusOffset(op_offset); in FDEToUnwindPlan()
483 row->SetRegisterInfo (reg_num, reg_location); in FDEToUnwindPlan()
498 …nd_plan.IsValidRowIndex(0) && unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, reg_location)) in FDEToUnwindPlan()
499 row->SetRegisterInfo (reg_num, reg_location); in FDEToUnwindPlan()
572 reg_location.SetAtCFAPlusOffset(op_offset); in FDEToUnwindPlan()
573 row->SetRegisterInfo (reg_num, reg_location); in FDEToUnwindPlan()
[all …]