Lines Matching defs:variable
62 // Do not attempt to construct one of these objects with no variable!
134 Variable *variable = m_variable_sp.get();
135 DWARFExpressionList &expr_list = variable->LocationExpressionList();
137 if (variable->GetLocationIsConstantValueData()) {
138 // expr doesn't contain DWARF bytes, it contains the constant variable
143 m_value.SetContext(Value::ContextType::Variable, variable);
160 variable->CalculateSymbolContext(&sc);
173 m_value.SetContext(Value::ContextType::Variable, variable);
210 // The variable value is in the Scalar value inside the m_value. We can
220 // If this variable is an aggregate type, we just need the address as
221 // the main value as all child variable objects will rely upon this
223 // If this variable is a simple type, we read all data for it into
240 value.SetContext(Value::ContextType::Variable, variable);
286 // using the "target variable" command. Children of the "g_first_node"
329 // We have a variable that wasn't tied to a frame, which means it is a global