Lines Matching full:variable
27 #include "lldb/Symbol/Variable.h"
48 // Do not attempt to construct one of these objects with no variable!
121 Variable *variable = m_variable_sp.get();
122 DWARFExpression &expr = variable->LocationExpression();
124 if (variable->GetLocationIsConstantValueData())
126 // expr doesn't contain DWARF bytes, it contains the constant variable
129 m_value.SetContext(Value::eContextTypeVariable, variable);
150 variable->CalculateSymbolContext (&sc);
158 m_value.SetContext(Value::eContextTypeVariable, variable);
182 // The variable value is in the Scalar value inside the m_value.
191 // process. If this variable is an aggregate type, we just need
192 // the address as the main value as all child variable objects
194 // their own values as needed. If this variable is a simple
206 variable->CalculateSymbolContext(&var_sc);
233 // Copy the Value and set the context to use our Variable
236 value.SetContext(Value::eContextTypeVariable, variable);
275 // We have a variable that wasn't tied to a frame, which