Home | History | Annotate | Download | only in API

Lines Matching refs:use_dynamic

97     /// The version that doesn't supply a 'use_dynamic' value will use the
103 EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic);
106 EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic, bool unwind_on_error);
144 /// The version that doesn't supply a 'use_dynamic' value will use the
157 lldb::DynamicValueType use_dynamic);
165 /// The version that doesn't supply a 'use_dynamic' value will use the
171 FindVariable (const char *var_name, lldb::DynamicValueType use_dynamic);
180 DynamicValueType use_dynamic);
182 /// The version that doesn't supply a 'use_dynamic' value will use the
193 /// The version that doesn't supply a 'use_dynamic' value will use the
199 FindValue (const char *name, ValueType value_type, lldb::DynamicValueType use_dynamic);