Home | History | Annotate | Download | only in interface

Lines Matching refs:use_dynamic

131     /// The version that doesn't supply a 'use_dynamic' value will use the
138 EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic);
141 EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic, bool unwind_on_error);
185 /// The version that doesn't supply a 'use_dynamic' value will use the
199 lldb::DynamicValueType use_dynamic);
205 /// The version that doesn't supply a 'use_dynamic' value will use the
212 FindVariable (const char *var_name, lldb::DynamicValueType use_dynamic);
243 GetValueForVariablePath (const char *var_path, lldb::DynamicValueType use_dynamic);
249 /// The version that doesn't supply a 'use_dynamic' value will use the
256 FindValue (const char *name, ValueType value_type, lldb::DynamicValueType use_dynamic);