Lines Matching refs:Row
21 bool UnwindPlan::Row::RegisterLocation::
22 operator==(const UnwindPlan::Row::RegisterLocation &rhs) const { in operator ==()
52 void UnwindPlan::Row::RegisterLocation::SetAtDWARFExpression( in SetAtDWARFExpression()
61 void UnwindPlan::Row::RegisterLocation::SetIsDWARFExpression( in SetIsDWARFExpression()
68 void UnwindPlan::Row::RegisterLocation::Dump(Stream &s, in Dump()
70 const UnwindPlan::Row *row, in Dump()
140 bool UnwindPlan::Row::FAValue::
141 operator==(const UnwindPlan::Row::FAValue &rhs) const { in operator ==()
163 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan, in Dump()
184 void UnwindPlan::Row::Clear() { in Clear()
191 void UnwindPlan::Row::Dump(Stream &s, const UnwindPlan *unwind_plan, in Dump()
216 UnwindPlan::Row::Row() in Row() function in UnwindPlan::Row
219 bool UnwindPlan::Row::GetRegisterInfo( in GetRegisterInfo()
221 UnwindPlan::Row::RegisterLocation ®ister_location) const { in GetRegisterInfo()
230 void UnwindPlan::Row::RemoveRegisterInfo(uint32_t reg_num) { in RemoveRegisterInfo()
237 void UnwindPlan::Row::SetRegisterInfo( in SetRegisterInfo()
239 const UnwindPlan::Row::RegisterLocation register_location) { in SetRegisterInfo()
243 bool UnwindPlan::Row::SetRegisterLocationToAtCFAPlusOffset(uint32_t reg_num, in SetRegisterLocationToAtCFAPlusOffset()
255 bool UnwindPlan::Row::SetRegisterLocationToIsCFAPlusOffset(uint32_t reg_num, in SetRegisterLocationToIsCFAPlusOffset()
267 bool UnwindPlan::Row::SetRegisterLocationToUndefined( in SetRegisterLocationToUndefined()
284 bool UnwindPlan::Row::SetRegisterLocationToUnspecified(uint32_t reg_num, in SetRegisterLocationToUnspecified()
295 bool UnwindPlan::Row::SetRegisterLocationToRegister(uint32_t reg_num, in SetRegisterLocationToRegister()
307 bool UnwindPlan::Row::SetRegisterLocationToSame(uint32_t reg_num, in SetRegisterLocationToSame()
318 bool UnwindPlan::Row::operator==(const UnwindPlan::Row &rhs) const { in operator ==()
424 Row::FAValue::unspecified) { in PlanValidAtAddress()