Lines Matching refs:unwind_plan
92 const UnwindPlan *unwind_plan, in Dump() argument
135 if (unwind_plan) in Dump()
136 other_reg_info = unwind_plan->GetRegisterInfo(thread, m_location.reg_num); in Dump()
157 static void DumpRegisterName(Stream &s, const UnwindPlan *unwind_plan, in DumpRegisterName() argument
159 const RegisterInfo *reg_info = unwind_plan->GetRegisterInfo(thread, reg_num); in DumpRegisterName()
190 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan, in Dump() argument
194 DumpRegisterName(s, unwind_plan, thread, m_value.reg.reg_num); in Dump()
199 DumpRegisterName(s, unwind_plan, thread, m_value.reg.reg_num); in Dump()
223 void UnwindPlan::Row::Dump(Stream &s, const UnwindPlan *unwind_plan, in Dump() argument
230 m_cfa_value.Dump(s, unwind_plan, thread); in Dump()
234 m_afa_value.Dump(s, unwind_plan, thread); in Dump()
240 DumpRegisterName(s, unwind_plan, thread, idx->first); in Dump()
242 idx->second.Dump(s, unwind_plan, this, thread, verbose); in Dump()