Lines Matching refs:m_location
64 m_location() in RegisterLocation()
141 m_location.offset = offset; in SetAtCFAPlusOffset()
148 m_location.offset = offset; in SetIsCFAPlusOffset()
155 m_location.reg_num = reg_num; in SetInRegister()
162 return m_location.reg_num; in GetRegisterNumber()
176 return m_location.offset; in GetOffset()
185 *opcodes = m_location.expr.opcodes; in GetDWARFExpr()
186 len = m_location.expr.length; in GetDWARFExpr()
205 return m_location.expr.opcodes; in GetDWARFExpressionBytes()
213 return m_location.expr.length; in GetDWARFExpressionLength()
237 } m_location; variable