Searched refs:GetValueObject (Results 1 – 15 of 15) sorted by relevance
51 ValueObject &valobj(match_data.GetValueObject()); in Get()74 ValueObject &valobj(match_data.GetValueObject()); in Get()97 ValueObject &valobj(match_data.GetValueObject()); in Get()120 ValueObject &valobj(match_data.GetValueObject()); in Get()136 ValueObject &valobj(match_data.GetValueObject()); in GetHardcoded()156 ValueObject &valobj(match_data.GetValueObject()); in GetHardcoded()176 ValueObject &valobj(match_data.GetValueObject()); in GetHardcoded()196 ValueObject &valobj(match_data.GetValueObject()); in GetHardcoded()
201 if (!category_sp->Get(match_data.GetValueObject(), in GetFormat()241 if (!category_sp->Get(match_data.GetValueObject(), in GetSummaryFormat()284 if (!category_sp->Get(match_data.GetValueObject(), in GetSyntheticChildren()325 if (!category_sp->Get(match_data.GetValueObject(), in GetValidator()
46 ValueObject &FormattersMatchData::GetValueObject() { return m_valobj; } in GetValueObject() function in FormattersMatchData
72 lldb::ValueObjectSP &GetValueObject() { return m_thread_info_valobj_sp; } in GetValueObject() function
100 ValueObject &GetValueObject();
159 return_valobj_sp = clang_expr_variable_sp->GetValueObject(); in GetReturnValueObject()
2393 result_valobj_sp = persistent_var_sp->GetValueObject(); in EvaluateExpression()
44 lldb::ValueObjectSP GetValueObject() { return m_frozen_sp; } in GetValueObject() function
341 result_valobj_sp = expr_result->GetValueObject(); in Evaluate()
337 lldb::ValueObjectSP valobj_sp = persistent_var_sp->GetValueObject(); in IOHandlerInputComplete()
310 result_value_sp = result_variable_sp->GetValueObject(); in ConditionSaysStop()
1326 if (expression_var_sp && expression_var_sp->GetValueObject()) { in Format()1327 expression_var_sp->GetValueObject()->Dump(s); in Format()
3300 return clang_var_sp->GetValueObject(); in Persist()
811 value_sp = expr_var_sp->GetValueObject(); in FindValue()
575 if (!parser_vars || !jit_vars || !member_sp->GetValueObject()) in GetStructElement()