Lines Matching refs:m_location
38 return m_location.offset == rhs.m_location.offset; in operator ==()
41 return m_location.reg_num == rhs.m_location.reg_num; in operator ==()
45 if (m_location.expr.length == rhs.m_location.expr.length) in operator ==()
46 return !memcmp(m_location.expr.opcodes, rhs.m_location.expr.opcodes, in operator ==()
47 m_location.expr.length); in operator ==()
59 m_location.expr.opcodes = opcodes; in SetAtDWARFExpression()
60 m_location.expr.length = len; in SetAtDWARFExpression()
68 m_location.expr.opcodes = opcodes; in SetIsDWARFExpression()
69 m_location.expr.length = len; in SetIsDWARFExpression()
120 s.Printf("CFA%+d", m_location.offset); in Dump()
130 s.Printf("AFA%+d", m_location.offset); in Dump()
138 other_reg_info = unwind_plan->GetRegisterInfo(thread, m_location.reg_num); in Dump()
142 s.Printf("=reg(%u)", m_location.reg_num); in Dump()
151 s, llvm::ArrayRef(m_location.expr.opcodes, m_location.expr.length), in Dump()