Searched defs:reg_location (Results 1 - 1 of 1) sorted by relevance

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

Completed in 45 milliseconds