Lines Matching defs:unwind_plan
96 Stream &s, const UnwindPlan *unwind_plan, const UnwindPlan::Row *row,
137 if (unwind_plan)
138 other_reg_info = unwind_plan->GetRegisterInfo(thread, m_location.reg_num);
162 static void DumpRegisterName(Stream &s, const UnwindPlan *unwind_plan,
164 const RegisterInfo *reg_info = unwind_plan->GetRegisterInfo(thread, reg_num);
197 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan,
201 DumpRegisterName(s, unwind_plan, thread, m_value.reg.reg_num);
206 DumpRegisterName(s, unwind_plan, thread, m_value.reg.reg_num);
232 void UnwindPlan::Row::Dump(Stream &s, const UnwindPlan *unwind_plan,
239 m_cfa_value.Dump(s, unwind_plan, thread);
243 m_afa_value.Dump(s, unwind_plan, thread);
249 DumpRegisterName(s, unwind_plan, thread, idx->first);
251 idx->second.Dump(s, unwind_plan, this, thread, verbose);