Lines Matching refs:m_location
34 return m_location.offset == rhs.m_location.offset; in operator ==()
37 return m_location.reg_num == rhs.m_location.reg_num; in operator ==()
41 if (m_location.expr.length == rhs.m_location.expr.length) in operator ==()
42 … return !memcmp (m_location.expr.opcodes, rhs.m_location.expr.opcodes, m_location.expr.length); in operator ==()
55 m_location.expr.opcodes = opcodes; in SetAtDWARFExpression()
56 m_location.expr.length = len; in SetAtDWARFExpression()
65 m_location.expr.opcodes = opcodes; in SetIsDWARFExpression()
66 m_location.expr.length = len; in SetIsDWARFExpression()
97 s.Printf ("CFA%+d", m_location.offset); in Dump()
103 const int32_t offset = row->GetCFAOffset() + m_location.offset; in Dump()
130 other_reg_info = unwind_plan->GetRegisterInfo (thread, m_location.reg_num); in Dump()
134 s.Printf ("=reg(%u)", m_location.reg_num); in Dump()