Home | History | Annotate | Download | only in Symbol

Lines Matching refs:m_location

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