Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp199 match_data.GetValueObject().GetObjectRuntimeLanguage(), in Get()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h71 lldb::ValueObjectSP &GetValueObject() { return m_thread_info_valobj_sp; } in GetValueObject() function
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h134 ValueObject &GetValueObject();
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionVariable.h40 lldb::ValueObjectSP GetValueObject() { return m_frozen_sp; } in GetValueObject() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DABI.cpp145 return_valobj_sp = expr_variable_sp->GetValueObject(); in GetReturnValueObject()
H A DTarget.cpp2598 result_valobj_sp = persistent_var_sp->GetValueObject(); in EvaluateExpression()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DUserExpression.cpp386 result_valobj_sp = expr_result->GetValueObject(); in Evaluate()
H A DREPL.cpp368 lldb::ValueObjectSP valobj_sp = persistent_var_sp->GetValueObject(); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp313 result_value_sp = result_variable_sp->GetValueObject(); in ConditionSaysStop()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1372 if (expression_var_sp && expression_var_sp->GetValueObject()) { in Format()
1373 expression_var_sp->GetValueObject()->Dump(s); in Format()
H A DValueObject.cpp3150 return persistent_var_sp->GetValueObject(); in Persist()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp659 value_sp = expr_var_sp->GetValueObject(); in FindValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp492 if (!parser_vars || !jit_vars || !member_sp->GetValueObject()) in GetStructElement()