Searched refs:m_location (Results 1 – 4 of 4) sorted by relevance
40 return m_location.offset == rhs.m_location.offset; in operator ==()43 return m_location.reg_num == rhs.m_location.reg_num; in operator ==()47 if (m_location.expr.length == rhs.m_location.expr.length) in operator ==()48 return !memcmp(m_location.expr.opcodes, rhs.m_location.expr.opcodes, in operator ==()49 m_location.expr.length); in operator ==()52 return m_location.constant_value == rhs.m_location.constant_value; in operator ==()63 m_location.expr.opcodes = opcodes; in SetAtDWARFExpression()64 m_location.expr.length = len; in SetAtDWARFExpression()72 m_location.expr.opcodes = opcodes; in SetIsDWARFExpression()73 m_location.expr.length = len; in SetIsDWARFExpression()[all …]
75 AbstractRegisterLocation() : m_location() {} in AbstractRegisterLocation()113 m_location.constant_value = value; in SetIsConstant()116 uint64_t GetConstant() const { return m_location.constant_value; } in GetConstant()120 m_location.offset = offset; in SetAtCFAPlusOffset()125 m_location.offset = offset; in SetIsCFAPlusOffset()130 m_location.offset = offset; in SetAtAFAPlusOffset()135 m_location.offset = offset; in SetIsAFAPlusOffset()140 m_location.reg_num = reg_num; in SetInRegister()145 return m_location.reg_num; in GetRegisterNumber()158 return m_location.offset; in GetOffset()[all …]
108 void SetLocation(Address l) { m_location = std::move(l); } in SetLocation()110 const Address &GetLocation() const { return m_location; } in GetLocation()121 Address m_location;
52 : m_location(location), m_kind(kind) {} in ASTNode()57 uint32_t GetLocation() const { return m_location; } in GetLocation()61 uint32_t m_location;