Home
last modified time | relevance | path

Searched refs:GetValueObject (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp47 ValueObject &valobj(match_data.GetValueObject()); in Get()
96 ValueObject &valobj(match_data.GetValueObject()); in GetHardcoded()
H A DFormatClasses.cpp45 ValueObject &FormattersMatchData::GetValueObject() { return m_valobj; } in GetValueObject() function in FormattersMatchData
H A DTypeCategoryMap.cpp203 match_data.GetValueObject().GetObjectRuntimeLanguage(), in Get()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h71 lldb::ValueObjectSP &GetValueObject() { return m_thread_info_valobj_sp; } in GetValueObject() function
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h134 ValueObject &GetValueObject();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp180 if (auto valobj_sp = var_sp->GetValueObject()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h40 lldb::ValueObjectSP GetValueObject() { return m_frozen_sp; } in GetValueObject() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp145 return_valobj_sp = expr_variable_sp->GetValueObject(); in GetReturnValueObject()
H A DTarget.cpp2702 result_valobj_sp = persistent_var_sp->GetValueObject(); in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp387 result_valobj_sp = expr_result->GetValueObject(); in Evaluate()
H A DREPL.cpp374 lldb::ValueObjectSP valobj_sp = persistent_var_sp->GetValueObject(); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp306 result_value_sp = result_variable_sp->GetValueObject(); in ConditionSaysStop()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1423 if (expression_var_sp && expression_var_sp->GetValueObject()) { in Format()
1425 expression_var_sp->GetValueObject()->Dump(s)) { in Format()
H A DValueObject.cpp3776 return persistent_var_sp->GetValueObject(); in Persist()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp662 value_sp = expr_var_sp->GetValueObject(); in FindValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp490 if (!parser_vars || !jit_vars || !member_sp->GetValueObject()) in GetStructElement()