Home | History | Annotate | Download | only in Symbol

Lines Matching refs:Row

21 UnwindPlan::Row::RegisterLocation::operator == (const UnwindPlan::Row::RegisterLocation& rhs) const
52 UnwindPlan::Row::RegisterLocation::SetAtDWARFExpression (const uint8_t *opcodes, uint32_t len)
62 UnwindPlan::Row::RegisterLocation::SetIsDWARFExpression (const uint8_t *opcodes, uint32_t len)
70 UnwindPlan::Row::RegisterLocation::Dump (Stream &s, const UnwindPlan* unwind_plan, const UnwindPlan::Row* row, Thread* thread, bool verbose) const
99 if (unwind_plan && row)
101 const uint32_t cfa_reg = row->GetCFARegister();
103 const int32_t offset = row->GetCFAOffset() + m_location.offset;
153 UnwindPlan::Row::Clear ()
162 UnwindPlan::Row::Dump (Stream& s, const UnwindPlan* unwind_plan, Thread* thread, addr_t base_addr) const
190 UnwindPlan::Row::Row() :
199 UnwindPlan::Row::GetRegisterInfo (uint32_t reg_num, UnwindPlan::Row::RegisterLocation& register_location) const
211 UnwindPlan::Row::SetRegisterInfo (uint32_t reg_num, const UnwindPlan::Row::RegisterLocation register_location)
217 UnwindPlan::Row::SetRegisterLocationToAtCFAPlusOffset (uint32_t reg_num, int32_t offset, bool can_replace)
228 UnwindPlan::Row::SetRegisterLocationToIsCFAPlusOffset (uint32_t reg_num, int32_t offset, bool can_replace)
239 UnwindPlan::Row::SetRegisterLocationToUndefined (uint32_t reg_num, bool can_replace, bool can_replace_only_if_unspecified)
258 UnwindPlan::Row::SetRegisterLocationToUnspecified (uint32_t reg_num, bool can_replace)
269 UnwindPlan::Row::SetRegisterLocationToRegister (uint32_t reg_num,
282 UnwindPlan::Row::SetRegisterLocationToSame (uint32_t reg_num, bool must_replace)
293 UnwindPlan::Row::SetCFARegister (uint32_t reg_num)
299 UnwindPlan::Row::operator == (const UnwindPlan::Row& rhs) const
318 RowSP row;
322 row = m_row_list.back();
329 row = *pos;
335 return row;
355 // You must call GetRowCount() first to make sure there is at least one row
405 s.Printf ("row[%u]: ", (uint32_t)std::distance (begin, pos));