Lines Matching refs:Row

23 bool UnwindPlan::Row::RegisterLocation::
24 operator==(const UnwindPlan::Row::RegisterLocation &rhs) const { in operator ==()
54 void UnwindPlan::Row::RegisterLocation::SetAtDWARFExpression( in SetAtDWARFExpression()
63 void UnwindPlan::Row::RegisterLocation::SetIsDWARFExpression( in SetIsDWARFExpression()
91 void UnwindPlan::Row::RegisterLocation::Dump(Stream &s, in Dump()
93 const UnwindPlan::Row *row, in Dump()
166 bool UnwindPlan::Row::FAValue::
167 operator==(const UnwindPlan::Row::FAValue &rhs) const { in operator ==()
190 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan, in Dump()
216 void UnwindPlan::Row::Clear() { in Clear()
224 void UnwindPlan::Row::Dump(Stream &s, const UnwindPlan *unwind_plan, in Dump()
248 UnwindPlan::Row::Row() : m_cfa_value(), m_afa_value(), m_register_locations() {} in Row() function in UnwindPlan::Row
250 bool UnwindPlan::Row::GetRegisterInfo( in GetRegisterInfo()
252 UnwindPlan::Row::RegisterLocation &register_location) const { in GetRegisterInfo()
265 void UnwindPlan::Row::RemoveRegisterInfo(uint32_t reg_num) { in RemoveRegisterInfo()
272 void UnwindPlan::Row::SetRegisterInfo( in SetRegisterInfo()
274 const UnwindPlan::Row::RegisterLocation register_location) { in SetRegisterInfo()
278 bool UnwindPlan::Row::SetRegisterLocationToAtCFAPlusOffset(uint32_t reg_num, in SetRegisterLocationToAtCFAPlusOffset()
290 bool UnwindPlan::Row::SetRegisterLocationToIsCFAPlusOffset(uint32_t reg_num, in SetRegisterLocationToIsCFAPlusOffset()
302 bool UnwindPlan::Row::SetRegisterLocationToUndefined( in SetRegisterLocationToUndefined()
319 bool UnwindPlan::Row::SetRegisterLocationToUnspecified(uint32_t reg_num, in SetRegisterLocationToUnspecified()
330 bool UnwindPlan::Row::SetRegisterLocationToRegister(uint32_t reg_num, in SetRegisterLocationToRegister()
342 bool UnwindPlan::Row::SetRegisterLocationToSame(uint32_t reg_num, in SetRegisterLocationToSame()
353 bool UnwindPlan::Row::operator==(const UnwindPlan::Row &rhs) const { in operator ==()
460 Row::FAValue::unspecified) { in PlanValidAtAddress()